random fixes

This commit is contained in:
lizzie
2026-05-19 09:33:56 +00:00
parent 31807a67b4
commit ac1b183db1
3 changed files with 12 additions and 1 deletions
+7
View File
@@ -237,6 +237,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'},