Skip to content

Commit

Permalink
Updated by kodi-game-scripting
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed Dec 15, 2024
1 parent 01526bf commit 0658c53
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
2 changes: 0 additions & 2 deletions depends/common/beetle-psx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ elseif(CORE_SYSTEM_NAME STREQUAL android)
V7NEONOPTIMIZATION=1

&& cp ${PROJECT_SOURCE_DIR}/${LIBRETRO_BINARY_DIR}/${PLATFORM}/${LIBRETRO_JNISONAME} ${PROJECT_SOURCE_DIR}/${LIBRETRO_BINARY_DIR}/${LIBRETRO_SONAME})
elseif(CORE_SYSTEM_NAME STREQUAL rbpi)
message(FATAL_ERROR "${PROJECT_NAME} needs RPi build command in CMakeLists.txt!")
elseif(CORE_SYSTEM_NAME STREQUAL freebsd)
set(BUILD_COMMAND $(MAKE)
-C .
Expand Down
2 changes: 1 addition & 1 deletion depends/common/beetle-psx/beetle-psx.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
beetle-psx https://github.com/libretro/beetle-psx-libretro/archive/38d74b0b769e3a72e8ea574389b9cc80994e9cc8.tar.gz
beetle-psx https://github.com/libretro/beetle-psx-libretro/archive/80d3eba272cf6efab6b76e4dc44ea2834c6f910d.tar.gz
2 changes: 1 addition & 1 deletion game.libretro.beetle-psx/addon.xml.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="game.libretro.beetle-psx"
name="Sony - PlayStation (Beetle PSX)"
version="0.9.44.63"
version="0.9.44.64"
provider-name="Mednafen Team">
<requires>
<import addon="game.libretro" version="1.0.0"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ msgctxt "Addon Description"
msgid "Beetle PSX is the PlayStation module of Beetle, a port of Madnafen."
msgstr ""

msgctxt "#30000"
msgid "Settings"
msgstr ""
# Empty string with ID 30000

msgctxt "#30001"
msgid "Internal GPU Resolution"
Expand Down Expand Up @@ -223,3 +221,7 @@ msgstr ""
msgctxt "#30050"
msgid "DualShock Analog Mode Toggle"
msgstr ""

msgctxt "#30051"
msgid "Display OSD Messages"
msgstr ""
3 changes: 2 additions & 1 deletion game.libretro.beetle-psx/resources/settings.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<settings>
<category label="30000">
<category label="128">
<setting label="30001" type="select" id="beetle_psx_internal_resolution" values="1x(native)|2x|4x|8x|16x" default="1x(native)"/>
<setting label="30002" type="select" id="beetle_psx_dither_mode" values="1x(native)|internal resolution|disabled" default="1x(native)"/>
<setting label="30003" type="select" id="beetle_psx_frame_duping" values="disabled|enabled" default="disabled"/>
<setting label="30004" type="select" id="beetle_psx_display_internal_fps" values="disabled|enabled" default="disabled"/>
<setting label="30051" type="select" id="beetle_psx_display_osd" values="enabled|disabled" default="enabled"/>
<setting label="30005" type="select" id="beetle_psx_analog_calibration" values="disabled|enabled" default="disabled"/>
<setting label="30050" type="select" id="beetle_psx_analog_toggle" values="disabled|enabled|enabled-analog" default="disabled"/>
<setting label="30007" type="select" id="beetle_psx_analog_toggle_combo" values="l1+r1+select|l1+l2+r1+r2+start+select|l1+r1+start|l1+r1+l3|l1+r1+r3|l2+r2+select|l2+r2+start|l2+r2+l3|l2+r2+r3|l3+r3" default="l1+r1+select"/>
Expand Down

0 comments on commit 0658c53

Please sign in to comment.