xenia-canary/src/xenia/app
Margen67 3acf3fdcd1 Never specify /O1
Leaving it as /O2 might improve performance.
Stops this from being spammed:
cl : command line  warning D9025: overriding '/O2' with '/O1' [D:\a\xenia-canary\xenia-canary\build\glslang-spirv.vcxproj]

/Os is implied by /O1;
https://learn.microsoft.com/en-us/cpp/build/reference/o1-o2-minimize-size-maximize-speed?view=msvc-170
2024-12-13 13:01:06 -08:00
..
discord [Misc] Fixed discord presence 2024-01-10 22:00:50 +01:00
emulator_window.cc [Base] Removed useless path_to_utf8 conversion while using fmt 2024-12-13 19:04:31 +01:00
emulator_window.h [Kernel] AchievementManager: Added Interface for attaching custom implementations 2024-12-10 22:21:24 +01:00
main_resources.rc Adding icon. 2015-12-27 11:09:19 -08:00
premake5.lua Never specify /O1 2024-12-13 13:01:06 -08:00
profile_dialogs.cc [XAM] ProfileManager: Renamed GetProfiles to GetAccounts 2024-11-26 20:28:01 +01:00
profile_dialogs.h [XAM] Implement XamShowSigninUI 2024-10-12 18:51:36 +02:00
xenia_main.cc [Base] Removed useless path_to_utf8 conversion while using fmt 2024-12-13 19:04:31 +01:00