mirror of
https://github.com/libretro/RetroArch
synced 2025-02-01 00:32:46 +00:00
6 lines
124 B
C++
Executable File
6 lines
124 B
C++
Executable File
[Platform::MTAThread]
|
|
int main(Platform::Array<Platform::String^>^)
|
|
{
|
|
throw ref new Platform::NotImplementedException();
|
|
}
|