You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pico 2 has enough memory for Mapper 5 games to run. However all games glitch out and have sound issues.
Maybe a long shot.
mapper 5 will be compiled into the emulator when the preprocessor constant NES_MAPPER_5_ENABLED is equal to 1. Currently it is 0 for every configuration.
To enable mapper 5, uncomment the lines 64-70 in CMakeLists.txt
The text was updated successfully, but these errors were encountered:
Pico 2 has enough memory for Mapper 5 games to run. However all games glitch out and have sound issues.
Maybe a long shot.
mapper 5 will be compiled into the emulator when the preprocessor constant NES_MAPPER_5_ENABLED is equal to 1. Currently it is 0 for every configuration.
To enable mapper 5, uncomment the lines 64-70 in CMakeLists.txt
The text was updated successfully, but these errors were encountered: