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

Function UpdateHyperShot

src/drivers/win/input.cpp:778–788  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

776}
777
778static void UpdateHyperShot(void)
779{
780 int x;
781
782 HyperShotData=0;
783 for(x=0;x<0x4;x++)
784 {
785 if(DTestButton(&HyperShotButtons[x]))
786 HyperShotData|=1<<x;
787 }
788}
789
790static ButtConfig MahjongButtons[21]=
791{

Callers 1

FCEUD_UpdateInputFunction · 0.70

Calls 1

DTestButtonFunction · 0.70

Tested by

no test coverage detected