random fixes

This commit is contained in:
lizzie
2026-05-19 09:33:56 +00:00
parent d3c3a8f7c0
commit 5ca896f8d3
3 changed files with 12 additions and 1 deletions
+7
View File
@@ -240,6 +240,13 @@ extern "C" SDL_AppResult SDL_AppInit(void **appstate, int argc, char **argv) {
std::optional<std::string> log_filter{};
u16 port = Network::DefaultRoomPort;
// Platforms that start with fullscreen
#if defined(__OPENORBIS__) || defined(__ANDROID__)
bool fullscreen = true;
#else
bool fullscreen = false;
#endif
static struct option long_options[] = {
// clang-format off
{"debug", no_argument, 0, 'd'},