[Premake, 3PP] Formatting/cleanup

This commit is contained in:
Margen67
2025-08-11 21:03:31 -07:00
parent dabce2bcb8
commit 8b6cb9c287
10 changed files with 54 additions and 164 deletions

View File

@@ -13,7 +13,9 @@ project("xenia-vfs")
})
recursive_platform_files()
removefiles({"vfs_dump.cc"})
removefiles({
"vfs_dump.cc",
})
if enableMiscSubprojects then
project("xenia-vfs-dump")