mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-14 04:34:08 +02:00
Remove commented out code
This commit is contained in:
@@ -574,7 +574,6 @@ static void render_pixel_if_possible(GB_gameboy_t *gb)
|
|||||||
else if (gb->model & GB_MODEL_NO_SFC_BIT) {
|
else if (gb->model & GB_MODEL_NO_SFC_BIT) {
|
||||||
if (gb->icd_pixel_callback) {
|
if (gb->icd_pixel_callback) {
|
||||||
icd_pixel = pixel;
|
icd_pixel = pixel;
|
||||||
//gb->icd_pixel_callback(gb, pixel);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (gb->cgb_palettes_ppu_blocked) {
|
else if (gb->cgb_palettes_ppu_blocked) {
|
||||||
|
Reference in New Issue
Block a user