| 164 | } |
| 165 | |
| 166 | static void ReallySnap(void) |
| 167 | { |
| 168 | int x=SaveSnapshot(); |
| 169 | if(!x) |
| 170 | FCEU_DispMessage("Error saving screen snapshot.",0); |
| 171 | else |
| 172 | FCEU_DispMessage("Screen snapshot %d saved.",0,x-1); |
| 173 | } |
| 174 | |
| 175 | static uint32 GetButtonColor(uint32 held, uint32 c, uint32 ci, int bit) |
| 176 | { |
no test coverage detected