mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-25 23:46:36 +02:00
Fix CGB emulation
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
void GB_update_joyp(GB_gameboy_t *gb)
|
||||
{
|
||||
if (gb->model & GB_MODEL_SGB_NO_SFC) return;
|
||||
if (gb->model & GB_MODEL_NO_SFC_BIT) return;
|
||||
|
||||
uint8_t key_selection = 0;
|
||||
uint8_t previous_state = 0;
|
||||
|
Reference in New Issue
Block a user