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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user