xenia-canary/src/xenia/vfs
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
..
devices [Base] Removed useless path_to_utf8 conversion while using fmt 2024-12-13 19:04:31 +01:00
testing [Testing] Added test project for vfs 2023-09-14 12:32:51 +03:00
device.cc C++17ification. 2020-04-07 16:09:41 -05:00
device.h [Kernel/VFS] Cleanup info query/set+sector size. 2020-04-20 16:08:02 -05:00
entry.cc Revert "[VFS] Fixed crash on filename extraction from path." 2024-11-02 19:54:16 +01:00
entry.h Revert "[VFS] Fixed crash on filename extraction from path." 2024-11-02 19:54:16 +01:00
file.h [Kernel] Added Support For: XFileRenameInformation 2024-01-29 22:03:58 +01:00
premake5.lua Never specify /O1 2024-12-13 11:03:07 -08:00
vfs_dump.cc [Base] Removed useless path_to_utf8 conversion while using fmt 2024-12-13 19:04:31 +01:00
virtual_file_system.cc [XAM] Allow content to read license from header 2024-10-06 21:15:50 +02:00
virtual_file_system.h [VFS] Clear registered devices if launch failed 2024-05-25 20:33:19 +02:00