From aa23f21b8df9780578adf6e6ea6bcfba3fee83bb Mon Sep 17 00:00:00 2001 From: RSDuck Date: Wed, 16 Oct 2019 23:39:12 +0200 Subject: decrease jit block cache address granularity fixes Dragon Quest IX move code with side effects out of assert, fixes release build (thanks to m4wx for this one) also remove some leftovers of jit pipelining --- src/libui_sdl/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libui_sdl') diff --git a/src/libui_sdl/main.cpp b/src/libui_sdl/main.cpp index 0066668..c3db88d 100644 --- a/src/libui_sdl/main.cpp +++ b/src/libui_sdl/main.cpp @@ -2675,6 +2675,8 @@ void RecreateMainWindow(bool opengl) int main(int argc, char** argv) { + freopen("miauz.txt", "w", stdout); + srand(time(NULL)); printf("melonDS " MELONDS_VERSION "\n"); -- cgit v1.2.3