kbeckmann / game-and-watch-retro-go

Emulator collection for Nintendo® Game & Watch™
GNU General Public License v2.0
433 stars 130 forks source link

origin screen ratio for gb/c game #151

Closed wzhy90 closed 2 years ago

wzhy90 commented 2 years ago

atm the gb emulator in-game setting only has "full" scaling, I cant change it to other mode. Is there a way to keep the origin ratio for gb games?

kbeckmann commented 2 years ago

You can change the source for the time being. This will be solved in #95.

You can uncomment the algorithm you want to use here https://github.com/kbeckmann/game-and-watch-retro-go/blob/main/Core/Src/porting/gb/main_gb.c#L29-L32