Fix building with Clang 20

date: 3.0.4
tomlplusplus: Latest master as of writing since there's no stable release with the build fixes.
This commit is contained in:
Margen67
2025-07-05 01:34:05 -07:00
parent 79509828f0
commit 0aeac841b8
5 changed files with 20 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
#include "xenia/base/cvar.h"
#include "xenia/base/logging.h"
extern "C" int main(int argc, char** argv) {
int main(int argc, char** argv) {
xe::ConsoleAppEntryInfo entry_info = xe::GetConsoleAppEntryInfo();
if (!entry_info.transparent_options) {