Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
93
void LoadROM(const char* sFullPath)
94
{
95
loadROM(sFullPath);
96
}
97
98
void RA_Init(HWND hWnd)
99
{
Callers
nothing calls this directly
Calls
1
loadROM
Function · 0.85
Tested by
no test coverage detected