MCPcopy Create free account
hub / github.com/RetroAchievements/RALibretro / LoadROM

Function LoadROM

src/RA_Implementation.cpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91
92
93void LoadROM(const char* sFullPath)
94{
95 loadROM(sFullPath);
96}
97
98void RA_Init(HWND hWnd)
99{

Callers

nothing calls this directly

Calls 1

loadROMFunction · 0.85

Tested by

no test coverage detected