pumpitupdev / pumptools

A collection of tools to run Pump It Up games.
The Unlicense
22 stars 7 forks source link

Fix HD mode on Prime 1 #62

Closed Xeeynamo closed 5 months ago

Xeeynamo commented 6 months ago

Fixes an issue I ran that prevents Prime 1 to run in HD if the amount of RAM is too high or too low. Tested with v1.22 under Docker.

I am passing options to prihook_patch_sysinfo_init even if it is unused. I will be happy to put the stubbing behind a proper option, or even fake a certain amount of RAM to always run the game in HD even if the total memory is too low.

I am leaving the "allow edits by maintainers" turned on.