From ef7aec30a7d53bca75955a31b667f1b626a8893b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hatvani=20Tam=C3=A1s?= Date: Mon, 6 Apr 2026 15:38:14 +0200 Subject: [PATCH] using sdl main --- SakuraVNE/src/main.cpp | 1 + libs/SakuraCore | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/SakuraVNE/src/main.cpp b/SakuraVNE/src/main.cpp index bd8ddf0..e17171a 100644 --- a/SakuraVNE/src/main.cpp +++ b/SakuraVNE/src/main.cpp @@ -1,6 +1,7 @@ #include "AppLayer.h" #include "Application.h" #include "Overlay.h" +#include "SDL3/SDL_main.h" int main(int argc, char *argv[]) { SakuraVNE::AppData appData; diff --git a/libs/SakuraCore b/libs/SakuraCore index fd31940..60f6c92 160000 --- a/libs/SakuraCore +++ b/libs/SakuraCore @@ -1 +1 @@ -Subproject commit fd319405e517edadcb1dab58fce6c1c07fc3106e +Subproject commit 60f6c9281bebd151ff13c5e59e95e7ed43cc43f8