[Scummvm-git-logs] scummvm master -> ed83e653d7b46f7239cc2d4802d39182d100cee0

sev- noreply at scummvm.org
Wed Jul 1 10:34:09 UTC 2026


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
ed83e653d7 BACKENDS: 3DS: Another attempt to fix the compilation


Commit: ed83e653d7b46f7239cc2d4802d39182d100cee0
    https://github.com/scummvm/scummvm/commit/ed83e653d7b46f7239cc2d4802d39182d100cee0
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-07-01T12:33:47+02:00

Commit Message:
BACKENDS: 3DS: Another attempt to fix the compilation

Changed paths:
    backends/platform/3ds/osystem.h


diff --git a/backends/platform/3ds/osystem.h b/backends/platform/3ds/osystem.h
index e5e5ce8bb13..abad63d15e4 100644
--- a/backends/platform/3ds/osystem.h
+++ b/backends/platform/3ds/osystem.h
@@ -25,6 +25,7 @@
 #define FORBIDDEN_SYMBOL_EXCEPTION_time_h
 
 #include "backends/base-backend.h"
+#include "common/frac.h"
 #include "graphics/blit.h"
 #include "graphics/dirtyrects.h"
 #include "graphics/paletteman.h"
@@ -34,7 +35,6 @@
 #include "backends/log/log.h"
 #include "backends/platform/3ds/sprite.h"
 #include "common/events.h"
-#include "common/frac.h"
 #include "common/rect.h"
 #include "common/queue.h"
 #include "common/ustr.h"




More information about the Scummvm-git-logs mailing list