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