mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 22:28:03 -05:00
Common: Remove many unnecessary cross-platform compatibility macros
This commit is contained in:
@ -349,7 +349,7 @@ void GMainWindow::closeEvent(QCloseEvent* event)
|
||||
#undef main
|
||||
#endif
|
||||
|
||||
int __cdecl main(int argc, char* argv[])
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
std::shared_ptr<Log::Logger> logger = Log::InitGlobalLogger();
|
||||
Log::Filter log_filter(Log::Level::Info);
|
||||
|
Reference in New Issue
Block a user