mirror of
https://github.com/libretro/snes9x.git
synced 2025-03-01 13:35:49 +00:00
Remove debugging line.
This commit is contained in:
parent
1af39f3845
commit
196d1ed2c7
@ -49,7 +49,6 @@ public:
|
||||
|
||||
alwaysinline uint8 port_read (uint8 port)
|
||||
{
|
||||
// printf ("APU Read %2x from port %d\n", registers[port & 3], port & 3);
|
||||
return registers[port & 3];
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user