avs: Increased heap size for later gitadora games (#475)

## Link to GitHub Issue, if one exists
None

## Description of change
Increase the heap size for GITADORA games.

Later releases of GITADORA attempt to allocate a block of memory (size
of 0x7ECF78) for notes_info.xml but fail due to heap size being too
small, leading to HDD ERROR 5-1502-0008.

## Testing
Tested with current and previous GITADORA releases.
This commit is contained in:
zxcwdta
2025-12-27 18:00:57 +11:00
committed by GitHub
parent 96e7e4949f
commit d4f1768bbd
+2
View File
@@ -1108,6 +1108,8 @@ namespace avs {
// SOUND VOLTEX // SOUND VOLTEX
{"soundvoltex.dll", 0x10000000}, {"soundvoltex.dll", 0x10000000},
// GITADORA
{"gdxg.dll", 0x2000000},
#endif #endif
// jubeat // jubeat
{"jubeat.dll", 0x2000000}, {"jubeat.dll", 0x2000000},