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