xenia-canary/src/xenia
Margen67 bffdcf9842 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 11:03:07 -08:00
..
app Never specify /O1 2024-12-13 11:03:07 -08:00
apu [3PP] Uplifted FMT version and adjusted messages 2024-12-12 20:28:11 +01:00
base [Base] Removed useless path_to_utf8 conversion while using fmt 2024-12-13 19:04:31 +01:00
cpu Never specify /O1 2024-12-13 11:03:07 -08:00
debug/ui Never specify /O1 2024-12-13 11:03:07 -08:00
gpu [Base] Removed useless path_to_utf8 conversion while using fmt 2024-12-13 19:04:31 +01:00
helper/sdl [SDL2] Print version on startup 2022-12-28 14:19:02 -06:00
hid [Base] Removed useless path_to_utf8 conversion while using fmt 2024-12-13 19:04:31 +01:00
kernel [Base] Removed useless path_to_utf8 conversion while using fmt 2024-12-13 19:04:31 +01:00
patcher [Base] Removed useless path_to_utf8 conversion while using fmt 2024-12-13 19:04:31 +01:00
tools/api-scanner [UI] Loop thread to main thread WindowedAppContext 2021-08-28 19:38:24 +03:00
ui Never specify /O1 2024-12-13 11:03:07 -08:00
vfs Never specify /O1 2024-12-13 11:03:07 -08:00
config.cc [Base] Removed useless path_to_utf8 conversion while using fmt 2024-12-13 19:04:31 +01:00
config.h [3PP] Replaced cpptoml with tomlplusplus 2024-09-22 20:41:52 +02:00
cpp.hint Stop Intellisense complaints about export decls. 2021-05-01 12:45:16 -05:00
emulator.cc [Base] Removed useless path_to_utf8 conversion while using fmt 2024-12-13 19:04:31 +01:00
emulator.h [XMP] Added dedicated AudioMediaPlayer class 2024-11-02 16:47:52 +01:00
guest_pointers.h moved xsemaphore to xthread.d 2023-10-11 17:43:59 +02:00
memory.cc [3PP] Uplifted FMT version and adjusted messages 2024-12-12 20:28:11 +01:00
memory.h [LINT] Linted files + Added lint job to CI 2024-03-12 19:19:30 +01:00
premake5.lua C++17ification. 2020-04-07 16:09:41 -05:00
xbox.h [XAM] Improve XamUserGetSubscriptionType 2024-11-25 22:18:19 +01:00