[Scummvm-git-logs] scummvm master -> 8ce898dcc55e56b75b12ba2a5023bb062e918198

spleen1981 noreply at scummvm.org
Sat Jun 1 00:54:39 UTC 2024


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

Summary:
c6ad212419 LIBRETRO: remove unneeded translation.h include
8ce898dcc5 I18N: add libretro-os-utils.cpp to POTFILES


Commit: c6ad212419b9760f1a4bb6ae7138d45b08ad3766
    https://github.com/scummvm/scummvm/commit/c6ad212419b9760f1a4bb6ae7138d45b08ad3766
Author: Giovanni Cascione (ing.cascione at gmail.com)
Date: 2024-06-01T02:53:58+02:00

Commit Message:
LIBRETRO: remove unneeded translation.h include

Changed paths:
    backends/platform/libretro/src/libretro-mapper.cpp


diff --git a/backends/platform/libretro/src/libretro-mapper.cpp b/backends/platform/libretro/src/libretro-mapper.cpp
index bb9a713a1ee..b694523c7ac 100644
--- a/backends/platform/libretro/src/libretro-mapper.cpp
+++ b/backends/platform/libretro/src/libretro-mapper.cpp
@@ -17,7 +17,6 @@
 #define FORBIDDEN_SYMBOL_EXCEPTION_strcpy
 #define FORBIDDEN_SYMBOL_EXCEPTION_strcat
 
-#include "common/translation.h"
 #include "backends/platform/libretro/include/libretro-mapper.h"
 
 struct retro_keymap mapper_keys[RETRO_DEVICE_ID_JOYPAD_LAST] = {0};


Commit: 8ce898dcc55e56b75b12ba2a5023bb062e918198
    https://github.com/scummvm/scummvm/commit/8ce898dcc55e56b75b12ba2a5023bb062e918198
Author: Giovanni Cascione (ing.cascione at gmail.com)
Date: 2024-06-01T02:54:26+02:00

Commit Message:
I18N: add libretro-os-utils.cpp to POTFILES

Changed paths:
    po/POTFILES


diff --git a/po/POTFILES b/po/POTFILES
index a90fc34433f..9ef71c3d044 100644
--- a/po/POTFILES
+++ b/po/POTFILES
@@ -112,6 +112,7 @@ backends/platform/ios7/ios7_osys_events.cpp
 backends/platform/ios7/ios7_osys_main.cpp
 backends/platform/ios7/ios7_osys_misc.mm
 backends/platform/libretro/src/libretro-options-widget.cpp
+backends/platform/libretro/src/libretro-os-utils.cpp
 backends/platform/maemo/maemo.cpp
 backends/platform/sdl/sdl.cpp
 backends/platform/sdl/macosx/appmenu_osx.mm




More information about the Scummvm-git-logs mailing list