MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / FWclose

Function FWclose

pcsx2/FW.cpp:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void FWclose()
30{
31 // Freeing the registers.
32 free(fwregs);
33 fwregs = NULL;
34}
35
36void PHYWrite()
37{

Callers 2

InitializeMethod · 0.85
ShutdownMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected