mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-02 06:40:42 -07:00
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:
@@ -1108,6 +1108,8 @@ namespace avs {
|
||||
|
||||
// SOUND VOLTEX
|
||||
{"soundvoltex.dll", 0x10000000},
|
||||
// GITADORA
|
||||
{"gdxg.dll", 0x2000000},
|
||||
#endif
|
||||
// jubeat
|
||||
{"jubeat.dll", 0x2000000},
|
||||
|
||||
Reference in New Issue
Block a user