WIP make questzdoom available on PC (good for testing) (no VR yet)

This commit is contained in:
Emanuele Disco 2024-01-12 18:08:33 +09:00
parent 22de518bbe
commit 0e598ca534
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View file

@ -39,3 +39,4 @@ Projects/Android/.gradle/*
Projects/Android/Android.iml
Projects/Android/libs/arm64-v8a/libopenxr_loader_meta.so
Projects/Android/libs/arm64-v8a/libopenxr_loader_pico.so
assets/res/Debug/

View file

@ -10,6 +10,7 @@
#include <android/native_window_jni.h> // for native window JNI
#include <android/input.h>
#include "m_argv.h"
#include "cmdlib.h"
#include "argtable3.h"
#include "VrInput.h"
@ -69,6 +70,9 @@ static bool hasLauncher = false;
extern const char* M_GetActiveProfile();
// The command line arguments.
FArgs *Args;
/*
================================================================================