MCPcopy Create free account
hub / github.com/TASEmulators/fceux / ReallySnap

Function ReallySnap

src/video.cpp:166–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166static 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
175static uint32 GetButtonColor(uint32 held, uint32 c, uint32 ci, int bit)
176{

Callers 1

FCEU_PutImageFunction · 0.85

Calls 2

SaveSnapshotFunction · 0.85
FCEU_DispMessageFunction · 0.85

Tested by

no test coverage detected