Skip to content

Commit

Permalink
Updates on Feb 24, 2025 18:46
Browse files Browse the repository at this point in the history
---------------------------------------------------------
libxmp.mk libxmp-4.6.2 # Version: Commits on Feb 24, 2025
---------------------------------------------------------
Checksums (SHA256):

```

acac1705be2c4fb4d2d70dc05759853ba6aab747a83de576b082784d46f5a4b9  libxmp-4.6.2.tar.gz

f4d03ea076c4beecd1c834d07cf7adadb6e680ae45dcc9cf8aff279c4748d003  libxmp-lite-4.6.2.tar.gz

```

Changes in version 4.6.2 (20250224):

- Fix MED effect 1Fxy (delay and retrigger). The new implementation

  supports both delay and retrigger at the same time and repeats.

- Fix MED effect FF3 (revert change from 4.6.1). The buggy version

  of this effect prior to OctaMED v5 is not currently supported.

- Fix MED3 and MED4 time factor and tempos 1-10.

- Fix MED4 effect 9xx (set speed).

- Add support for MED3 and MED4 song files.

- Better MED MMD tracker version fingerprinting.

- Fix loading external instruments from the current directory.

- Fix oxm modules with empty samples (e.g.: The Four Ages.oxm)

- Fix some modules would be misidentified as Scream Tracker 2.

- Handle IT modules with edit history but no midi configuration

- Revert a bad CVE fix to the miniz inflate code

- Add missing HAVE_DIRENT definition to Android makefile.

------------------------------------------------------------------------------------------
dolphin-emu.mk 6dd0793f1b8f2e84f2713d8d159d4b6187e4daae # Version: Commits on Feb 24, 2025
------------------------------------------------------------------------------------------
Translation resources sync with Transifex,

---------------------------------------------------------------------------------------------
dosbox-staging.mk fb9ffd6780ed45fbbed4ab8b82fc8d26b47d66ee # Version: Commits on Feb 22, 2025
---------------------------------------------------------------------------------------------
website: Add 0.82.1 release notes draft,

------------------------------------------------------------------------------------------
duckstation.mk fbbc4943f675603d009c3c7359977fce909104d2 # Version: Commits on Feb 24, 2025
------------------------------------------------------------------------------------------
FullscreenUI: Fix crash in game properties on non-scanned file,

----------------------------------------------------
pcsx2.mk v2.3.174 # Version: Commits on Feb 24, 2025
----------------------------------------------------
- [GameDB: Memory card filters for TOCA Race Driver 3 and NFS games](PCSX2/pcsx2#12340)

,

-------------------------------------------------------------------------------------
ppsspp.mk d1ea78fbe7231038e54d2ea9cc4c3a88c5dd7866 # Version: Commits on Feb 24, 2025
-------------------------------------------------------------------------------------
Merge pull request #20023 from hrydgard/misc-fixes

Add confirmation popup support on Exit App key, libretro buildfix,

------------------------------------------------------------------------------------
rpcs3.mk 4794558c08dc931a079537a5b2a47cfff43e0818 # Version: Commits on Feb 24, 2025
------------------------------------------------------------------------------------
Fix Azure and Github Actions CI caching,

---------------------------------------------------------------
ruffle.mk nightly-2025-02-24 # Version: Commits on Feb 24, 2025
---------------------------------------------------------------
## What's Changed

* core: Do not panic on missing parent in text variable binding by @kjarosh in ruffle-rs/ruffle#19597

* avm2: Set correct version to Socket::timeout by @adrian17 in ruffle-rs/ruffle#19610

**Full Changelog**: ruffle-rs/ruffle@nightly-2025-02-23...nightly-2025-02-24,

--------------------------------------------------------------------------------------
shadps4.mk fd3bfdae807ee747d55b655717331475dea5679a # Version: Commits on Feb 24, 2025
--------------------------------------------------------------------------------------
Implement some RDNA flags (#2510),

---------------------------------------------------------------------------------------------
solarus-engine.mk 7e4342498cf9890cbad6d106360439fcc8662470 # Version: Commits on Feb 24, 2025
---------------------------------------------------------------------------------------------
Merge branch 'hhromic/openal-findmodule' into 'dev'

---------------------------------------------------------------------------------------
thextech.mk 244e068404902d57adbfe750206195b6e67822c3 # Version: Commits on Feb 24, 2025
---------------------------------------------------------------------------------------
Test XMessage status before rendering,

--------------------------------------------------------------------------------------
tsugaru.mk 8d6b4ce5aa657e053a645bccdf483ff7ba1d9397 # Version: Commits on Feb 24, 2025
--------------------------------------------------------------------------------------
Hope I am handling close-button correctly in macOS.,

-------------------------------------------------
vice.mk r45506 # Version: Commits on Feb 24, 2025
-------------------------------------------------
XDG desktop files: handle make's DESTDIR to allow for staged installs

Update the calls to `desktop-file-install` to pass $DESTDIR as its `--dir`

argument so installing into a staging directory as a non-root user will place

the .desktop files into their proper location. The installation of icon files

with `xdg-icon-resource` into a staging directory will require some equivalent

logic to be applied (working on that).

Also add dashes in front of the calls to `update-desktop-database` to have

`make` ignore the failure of said program when not running as root.

See bug #2127.

git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45506 379a1393-f5fb-40a0-bcee-ef074d9b53f7,

------------------------------------------------------------------------------------------
devilutionx.mk ad18ebc671310f5b0e277a723cba4ba0a92a85ce # Version: Commits on Feb 24, 2025
------------------------------------------------------------------------------------------
Update Italian localization (close #7783) (#7784),

----------------------------------------------------------------------------------
stk.mk 9030521c8cae3970cff369e2aaac5df075238905 # Version: Commits on Feb 24, 2025
----------------------------------------------------------------------------------
Fix PCSS Bugs,

---------------------------------------------------------------------------------------------
theforceengine.mk 671cdc85021b5fc53e819406d9ec378c79087ef6 # Version: Commits on Feb 23, 2025
---------------------------------------------------------------------------------------------
More flag cleanup (removed ull, etc. since they are 32-bit now).,

----------------------------------------------------------------------------------------------------
sdl2-gamecontrollerdb.mk dfb332addb981e1ae434e431978a9cc2b47637b0 # Version: Commits on Feb 23, 2025
----------------------------------------------------------------------------------------------------
GeekyFab adapter analogue triggers

thanks LeftyPem,

---------------------------------------------------------------------------------------------
easyrpg-player.mk ab5df15cd4b663891135dd3836b763961e81b1d7 # Version: Commits on Feb 24, 2025
---------------------------------------------------------------------------------------------
Merge pull request #3356 from Ghabry/android-screenfix

Android: Properly handle rotations,

----------------------------------------------------------------------------------------
retroarch.mk c413bcc626ec2e4bc343e82e5d62a8b4190d220c # Version: Commits on Feb 24, 2025
----------------------------------------------------------------------------------------
Threaded emscripten fixes (#17614)

* Actually read CLI args in emscripten

* Fix fetchfs manifest parsing, increase download chunk size

The chunk size should probably be made a parameter in the future.  The

larger chunk size trades longer hitches for fewer hitches.

* Add exec command driver and API functions for emscripten.

Under WASMFS, stdin/stdout can't be customized the way they can with

the JS FS implementation.  Also, this approach frees up stdin/stdout

and simplifies interaction with the command interface for web embedders.

* fixup upload paths, show use of new emscripten cmd interface

* Add JS library function names to EXPORTS as well as EXPORTED_FUNCTIONS for older emsdk versions,

-----------------------------------------------------------------------------------------
libdmdutil.mk a729cd0149b3cf3bd04c854cccba4580b357b3e5 # Version: Commits on Feb 24, 2025
-----------------------------------------------------------------------------------------
deps: simplify SHAs. update libzedmd (#64),

---------------------------------------------------------------------------------------------
vulkan-samples.mk aaccd0ccd3fa8753d0c0764c76e56f3e53671a8c # Version: Commits on Feb 24, 2025
---------------------------------------------------------------------------------------------
Replace CLI11 by a simple command line argument handling. (#1274),

----------------------------------------------------------------------------------------
doomretro.mk 5b52b9ac38766ec70ec83bbf14a19b0dc7e5f3fd # Version: Commits on Feb 24, 2025
----------------------------------------------------------------------------------------
Update releasenotes.md,

-----------------------------------------------------------------------------------------
sonic3-air.mk 7510078ef3c32f841496bd0f0b0e5f075a2848f1 # Version: Commits on Feb 23, 2025
-----------------------------------------------------------------------------------------
Added a simple dev mode window for viewing an overview of persistent data entries,

------------------------------------------------------------------------------------------
xash3d-fwgs.mk 74ad504377a64e5b1c100a3463766b019a87f22f # Version: Commits on Feb 24, 2025
------------------------------------------------------------------------------------------
engine: client: console: do not let color strings contribute to line length in console,

-----------------------------------------------------------------------------------------------
libretro-easyrpg.mk ab5df15cd4b663891135dd3836b763961e81b1d7 # Version: Commits on Feb 24, 2025
-----------------------------------------------------------------------------------------------
Merge pull request #3356 from Ghabry/android-screenfix

Android: Properly handle rotations,

---------------------------------------------------------------------------------------------
libretro-fbneo.mk df655a14e3b8ec450216fe7d71edfd2aded3a090 # Version: Commits on Feb 24, 2025
---------------------------------------------------------------------------------------------
(libretro) fix for finalburnneo/FBNeo#1958,

--------------------------------------------------------------------------------------------
libretro-mgba.mk 5fd0ba0d6725d6e0f9da2a3ff86b4c28fb085bc1 # Version: Commits on Feb 24, 2025
--------------------------------------------------------------------------------------------
GBA Cheats: Let VBA-style codes patch ROM (fixes #3423),

----------------------------------------------------------------------------------------------
libretro-ppsspp.mk d1ea78fbe7231038e54d2ea9cc4c3a88c5dd7866 # Version: Commits on Feb 24, 2025
----------------------------------------------------------------------------------------------
Merge pull request #20023 from hrydgard/misc-fixes

Add confirmation popup support on Exit App key, libretro buildfix,
  • Loading branch information
Hancock33 committed Feb 24, 2025
1 parent 3bb70ba commit 64fa111
Show file tree
Hide file tree
Showing 30 changed files with 110 additions and 110 deletions.
56 changes: 28 additions & 28 deletions PackageVersions.md

Large diffs are not rendered by default.

56 changes: 28 additions & 28 deletions PackagesChangelog.md
Original file line number Diff line number Diff line change
@@ -1,50 +1,61 @@
**Package Type**|**Package**|**Version**|**Last Update**
-----|:-----:|:-----:|:-----:
Audio|[libxmp](http://github.com/libxmp/libxmp)|libxmp-4.6.2|Feb 24, 2025
Emulators|[dolphin-emu](https://github.com/dolphin-emu/dolphin)|6dd0793f1b8f2e84f2713d8d159d4b6187e4daae|Feb 24, 2025
Emulators|[duckstation](http://github.com/stenzek/duckstation)|fbbc4943f675603d009c3c7359977fce909104d2|Feb 24, 2025
Emulators|[pcsx2](https://github.com/pcsx2/pcsx2.git)|v2.3.174|Feb 24, 2025
Emulators|[ppsspp](https://github.com/hrydgard/ppsspp.git)|d1ea78fbe7231038e54d2ea9cc4c3a88c5dd7866|Feb 24, 2025
Emulators|[rpcs3](https://github.com/RPCS3/rpcs3.git)|4794558c08dc931a079537a5b2a47cfff43e0818|Feb 24, 2025
Emulators|[ruffle](http://github.com/ruffle-rs/ruffle)|nightly-2025-02-24|Feb 24, 2025
Emulators|[shadps4](https://github.com/shadps4-emu/shadPS4.git)|fd3bfdae807ee747d55b655717331475dea5679a|Feb 24, 2025
Emulators|[solarus-engine](http://gitlab.com/solarus-games/solarus)|7e4342498cf9890cbad6d106360439fcc8662470|Feb 24, 2025
Emulators|[thextech](https://github.com/TheXTech/TheXTech)|244e068404902d57adbfe750206195b6e67822c3|Feb 24, 2025
Emulators|[tsugaru](http://github.com/captainys/TOWNSEMU)|8d6b4ce5aa657e053a645bccdf483ff7ba1d9397|Feb 24, 2025
Emulators|[vice](http://github.com/VICE-Team/svn-mirror)|r45506|Feb 24, 2025
Ports|[devilutionx](https://github.com/diasurgical/devilutionX.git)|ad18ebc671310f5b0e277a723cba4ba0a92a85ce|Feb 24, 2025
Ports|[stk](http://github.com/supertuxkart/stk-code)|9030521c8cae3970cff369e2aaac5df075238905|Feb 24, 2025
Emulators|[easyrpg-player](http://github.com/EasyRPG/Player)|ab5df15cd4b663891135dd3836b763961e81b1d7|Feb 24, 2025
Emulators|[retroarch](http://github.com/libretro/RetroArch)|c413bcc626ec2e4bc343e82e5d62a8b4190d220c|Feb 24, 2025
Emulators|[libdmdutil](http://github.com/vpinball/libdmdutil)|a729cd0149b3cf3bd04c854cccba4580b357b3e5|Feb 24, 2025
Gpu|[vulkan-samples](https://github.com/KhronosGroup/Vulkan-Samples)|aaccd0ccd3fa8753d0c0764c76e56f3e53671a8c|Feb 24, 2025
Ports|[doomretro](http://github.com/bradharding/doomretro)|5b52b9ac38766ec70ec83bbf14a19b0dc7e5f3fd|Feb 24, 2025
Ports|[xash3d-fwgs](https://github.com/FWGS/xash3d-fwgs.git)|74ad504377a64e5b1c100a3463766b019a87f22f|Feb 24, 2025
Emulators|[libretro-easyrpg](https://github.com/EasyRPG/Player.git)|ab5df15cd4b663891135dd3836b763961e81b1d7|Feb 24, 2025
Emulators|[libretro-fbneo](http://github.com/libretro/FBNeo)|df655a14e3b8ec450216fe7d71edfd2aded3a090|Feb 24, 2025
Emulators|[libretro-mgba](http://github.com/mgba-emu/mgba)|5fd0ba0d6725d6e0f9da2a3ff86b4c28fb085bc1|Feb 24, 2025
Emulators|[libretro-ppsspp](https://github.com/hrydgard/ppsspp.git)|d1ea78fbe7231038e54d2ea9cc4c3a88c5dd7866|Feb 24, 2025
Emulationstation|[es-theme-carbon](http://github.com/hancock33/es-theme-carbon)|fec2e3e3822c4772f9273a69af2d8d6286d36905|Feb 23, 2025
Emulators|[applewin](https://github.com/audetto/AppleWin)|9d59fcc4cd00443f8bc077a824856ac224ab0188|Feb 23, 2025
Emulators|[dolphin-emu](https://github.com/dolphin-emu/dolphin)|6d9c887a214f4fec16779f9ecbec555948ef94cd|Feb 23, 2025
Emulators|[duckstation](http://github.com/stenzek/duckstation)|eda32e0695b2c66235ddd652ee0e1ecc718acbbf|Feb 23, 2025
Emulators|[lightspark](http://github.com/lightspark/lightspark)|455173785a6cca963f54884ffec4336400b4cd5a|Feb 23, 2025
Emulators|[openmsx](http://github.com/openMSX/openMSX)|b7b53030c1214c7463db0a600178e49e8ddfae10|Feb 23, 2025
Emulators|[pcsx2](https://github.com/pcsx2/pcsx2.git)|v2.3.171|Feb 23, 2025
Emulators|[rpcs3](https://github.com/RPCS3/rpcs3.git)|b08273b12768185771bc3c4b173f32ffc4308f91|Feb 23, 2025
Emulators|[ruffle](http://github.com/ruffle-rs/ruffle)|nightly-2025-02-23|Feb 23, 2025
Emulators|[ryujinx](https://github.com/Ryubing/Canary-Releases/releases)|1.2.414|Feb 23, 2025
Emulators|[shadps4](https://github.com/shadps4-emu/shadPS4.git)|229740f557219f8f2f4e4325d72b3ce73dd64de6|Feb 23, 2025
Emulators|[thextech](https://github.com/TheXTech/TheXTech)|b08792d2d6e437b555f669109203c08567eabb1b|Feb 23, 2025
Ports|[box64](http://github.com/ptitseb/box64)|940317949a4f6bf75a934840b8a15b41d25d9e1d|Feb 23, 2025
Ports|[etlegacy](https://github.com/etlegacy/etlegacy.git)|dc468ca65237fa9de1d4932b4a7c191186ee136e|Feb 23, 2025
Ports|[jazz2-native](http://github.com/deathkiller/jazz2-native)|e8221443ab88a975877e60538489c6e69f08e1ec|Feb 23, 2025
Ports|[openjazz](http://github.com/AlisterT/openjazz)|1f77a160fb1f41769d51f24dbf16a0b78527f5d3|Feb 23, 2025
Ports|[theforceengine](http://github.com/luciusDXL/TheForceEngine)|671cdc85021b5fc53e819406d9ec378c79087ef6|Feb 23, 2025
Wine|[wine-x86](https://github.com/Hancock33/batocera-32bit-libs/releases)|20250223|Feb 23, 2025
Emulators|[retroarch](http://github.com/libretro/RetroArch)|b725de086e2e72d8d5d591121359eae592ba5e0d|Feb 23, 2025
Controllers|[sdl2-gamecontrollerdb](http://github.com/mdqinc/SDL_GameControllerDB)|dfb332addb981e1ae434e431978a9cc2b47637b0|Feb 23, 2025
Ports|[lib32bit](https://github.com/Hancock33/batocera-32bit-libs/releases)|20250223|Feb 23, 2025
Ports|[doomretro](http://github.com/bradharding/doomretro)|4da8df39c311386c6e7fd6f36c4dcbdfe6cd458e|Feb 23, 2025
Ports|[sonic3-air](http://github.com/Eukaryot/sonic3air)|fc0f394cd460784cceab76b7a3bd2c7b930a6561|Feb 23, 2025
Ports|[sonic3-air](http://github.com/Eukaryot/sonic3air)|7510078ef3c32f841496bd0f0b0e5f075a2848f1|Feb 23, 2025
Ports|[srb2](http://github.com/STJr/SRB2)|748fa366eb0634abbea64931856a89a44109fcbe|Feb 23, 2025
Ports|[xash3d-fwgs](https://github.com/FWGS/xash3d-fwgs.git)|a060d7aefda24f3f1a9a5ca0821b4dc08d00d972|Feb 23, 2025
Emulators|[libretro-genesisplusgx](http://github.com/ekeeke/Genesis-Plus-GX)|a203bbf2ab6c7164051ff90ad30cc8f6352a56ac|Feb 23, 2025
Emulators|[libretro-nestopia](http://github.com/libretro/nestopia)|72003d06eb9fbc2191f5a7a874abc039bde3157f|Feb 23, 2025
Emulators|[libretro-pcsx](http://github.com/libretro/pcsx_rearmed)|73a3ca2ca468dbc6bd8c524c9709617662d5b105|Feb 23, 2025
Emulators|[libretro-vice](http://github.com/sonninnos/libretro-vice)|50cd8c29c8abab29e8d55e8fab8e131fadfbe98c|Feb 23, 2025
Emulators|[amiberry](http://github.com/BlitterStudio/amiberry)|4b12977b4eeeeac1282205bf3cf2398705c31700|Feb 22, 2025
Emulators|[dosbox-staging](http://github.com/dosbox-staging/dosbox-staging)|54e9dfbd0fb9d456dd26625227cce0932add7d18|Feb 22, 2025
Emulators|[dosbox-staging](http://github.com/dosbox-staging/dosbox-staging)|fb9ffd6780ed45fbbed4ab8b82fc8d26b47d66ee|Feb 22, 2025
Emulators|[flycast](https://github.com/flyinghead/flycast.git)|9cdd0aab9fc54c3ad40d0d9bb3ab1d5b9ed4f9dc|Feb 22, 2025
Emulators|[ikemen](http://github.com/ikemen-engine/Ikemen-GO)|84c58849f7a1245ba07b34212f8db4a28bcccbde|Feb 22, 2025
Emulators|[mame](https://github.com/Hancock33/batocera-mame-builds/releases)|mame0275pre|Feb 22, 2025
Emulators|[ppsspp](https://github.com/hrydgard/ppsspp.git)|2a372caef9acbc7ff20bcca3c25b2ab92294f283|Feb 22, 2025
Emulators|[solarus-engine](http://gitlab.com/solarus-games/solarus)|1db3d4d84bcb24872b50582aeec38d5111f52d63|Feb 22, 2025
Emulators|[supermodel-es](http://github.com/DirtBagXon/model3emu-code-sinden)|e578ea82aa803aaa23e42cc5c14af80bdcef4b9c|Feb 22, 2025
Emulators|[xenia-native](https://github.com/xenia-canary/xenia-canary.git)|78f97f8ff30c5ce99bc51dfa5d1a1e8c12c23b84|Feb 22, 2025
Network|[rtl88x2bu](http://github.com/morrownr/88x2bu-20210702)|bd8baa17dc0c07510a7a56c52410a81c363b85ae|Feb 22, 2025
Ports|[cdogs](http://github.com/cxong/cdogs-sdl)|2da35d5de8bdb0e3ca132792d1920c5f2f821439|Feb 22, 2025
Ports|[corsixth](http://github.com/CorsixTH/CorsixTH)|1659cac64c5b0e6b642b6ae5dd4e187ec5139e97|Feb 22, 2025
Ports|[nblood](http://github.com/NBlood/NBlood)|r14193|Feb 22, 2025
Ports|[raze](http://github.com/ZDoom/Raze)|2aa1e22002c66fea94bb4d0cebf40f80f29a3d09|Feb 22, 2025
Ports|[theforceengine](http://github.com/luciusDXL/TheForceEngine)|ef9b09535eea3bdd12d1e1d165068751186b8c3c|Feb 22, 2025
Sources|[libretro-mame-src](http://github.com/Hancock33/lr-mame)|bca7fa0264e77356a9decbf780ee0b1b4e759a4c|Feb 22, 2025
Controllers|[sdl2-gamecontrollerdb](http://github.com/mdqinc/SDL_GameControllerDB)|da179de4b46291dfa7277b7193b9812b65897219|Feb 22, 2025
Emulators|[libdmdutil](http://github.com/vpinball/libdmdutil)|1e865ef08ac517ef76237615e9958ec59e3ee06a|Feb 22, 2025
Emulators|[libzedmd](http://github.com/PPUC/libzedmd)|v0.9.6|Feb 22, 2025
Ports|[box86](http://github.com/ptitseb/box86)|c13b3cc9cd405aff1aa7cc11ba1990f8722b9c0b|Feb 22, 2025
Ports|[gzdoom](http://github.com/ZDoom/gzdoom)|538f62a556cd7b2e6815e4c67f2d366671accec8|Feb 22, 2025
Expand All @@ -53,16 +64,13 @@ Ports|[tr2x](http://github.com/LostArtefacts/TRX)|b1e24182fc6e467b78ea8414d988f5
Emulators|[libretro-dosbox-pure](http://github.com/schellingb/dosbox-pure)|c992ab146af774d461e8eb0cc8949564745a4e11|Feb 22, 2025
Emulators|[libretro-flycast](https://github.com/flyinghead/flycast.git)|9cdd0aab9fc54c3ad40d0d9bb3ab1d5b9ed4f9dc|Feb 22, 2025
Emulators|[libretro-mame](https://github.com/Hancock33/batocera-mame-builds/releases)|mame0275pre|Feb 22, 2025
Emulators|[libretro-ppsspp](https://github.com/hrydgard/ppsspp.git)|2a372caef9acbc7ff20bcca3c25b2ab92294f283|Feb 22, 2025
Emulationstation|[batocera-emulationstation](https://github.com/batocera-linux/batocera-emulationstation)|3d2bb6e58af5d138bcbfccf134dedb8e37071f3f|Feb 21, 2025
Emulationstation|[batocera-es-piboy](https://github.com/batocera-linux/batocera-emulationstation)|3d2bb6e58af5d138bcbfccf134dedb8e37071f3f|Feb 21, 2025
Emulators|[melonds](http://github.com/melonDS-emu/melonDS)|63b468927e1c744e21057ccb4c5677f52502b442|Feb 21, 2025
Emulators|[scummvm](http://github.com/scummvm/scummvm)|788029eafd992131a56e56d6a37740de80c319ed|Feb 21, 2025
Emulators|[supermodel](http://github.com/trzy/Supermodel)|e9f50fe13ae4b455158fda94988a668c23d0840f|Feb 21, 2025
Emulators|[vice](http://github.com/VICE-Team/svn-mirror)|r45502|Feb 21, 2025
Libraries|[pm_dashboard](http://github.com/sunfounder/pm_dashboard)|fab6bed940db1cd30218081c308cf044624d330d|Feb 21, 2025
Network|[rtl8812au](http://github.com/morrownr/8812au-20210820)|dabcb74da670a12ca74125588bc89aa8ad086c13|Feb 21, 2025
Ports|[devilutionx](https://github.com/diasurgical/devilutionX.git)|0c381798087dee4ce1d989e1569bc8d66068f2f6|Feb 21, 2025
Ports|[supertux2](https://github.com/SuperTux/supertux.git)|6f1078d109ffde81c8b652b820f075cdbfd51cbf|Feb 21, 2025
Ports|[vcmi](https://github.com/vcmi/vcmi.git)|1.6.6|Feb 21, 2025
Wine|[wine-custom](http://github.com/Hancock33/wine-tkg-batocera)|ntsync7-10.2|Feb 21, 2025
Expand All @@ -75,13 +83,10 @@ Emulators|[citra](https://github.com/Borked3DS/Borked3DS.git)|cbecec128538ad4f50
Hardware|[pironman5](http://github.com/sunfounder/pironman5)|2b7769adb64e17fc76af5c1aaeebc37e4079e851|Feb 20, 2025
Libraries|[pm_auto](http://github.com/sunfounder/pm_auto)|bb39c835a82b76a7217399dd548cad878ff5c024|Feb 20, 2025
Ports|[catacombgl](http://github.com/ArnoAnsems/CatacombGL)|80c4233c712c1fcd8f631f17aaa40e89df9337ba|Feb 20, 2025
Emulators|[easyrpg-player](http://github.com/EasyRPG/Player)|4493b1a11afe2ed12d2e1c2282b7d0c878825feb|Feb 20, 2025
Emulators|[libretro-easyrpg](https://github.com/EasyRPG/Player.git)|4493b1a11afe2ed12d2e1c2282b7d0c878825feb|Feb 20, 2025
Emulators|[libretro-gearsystem](http://github.com/drhelius/Gearsystem)|39e1927ed90aad5863240cf3b25ceb3d8a8bdc15|Feb 20, 2025
Emulators|[libretro-puae](http://github.com/sonninnos/libretro-uae)|12972a7da5aeb849ba7234dff342625d23617eaf|Feb 20, 2025
Emulators|[libretro-puae2021](http://github.com/sonninnos/libretro-uae)|62898c89143a630a493a3a48e843e15acd044584|Feb 20, 2025
Emulators|[libretro-vba-m](http://github.com/visualboyadvance-m/visualboyadvance-m)|8dd647914a6ee66d29a6a514cc54091839b16bd1|Feb 20, 2025
Ports|[stk](http://github.com/supertuxkart/stk-code)|83e029cc123176a77a239edf90ee461e46f9f8a2|Feb 19, 2025
Utils|[clevis](http://github.com/latchset/clevis)|5aba7d6c55969bc08c28bfa13111091830305da3|Feb 19, 2025
Emulators|[libdof](http://github.com/jsm174/libdof)|81a5574ffebd41494d5f80c2ca9df25b7af2d5d5|Feb 19, 2025
Ports|[vkquake](http://github.com/Novum/vkQuake)|b8f2fc9748cdd5c774ba0ac41fd205fd9e38968a|Feb 19, 2025
Expand All @@ -92,11 +97,8 @@ Emulators|[lindbergh-loader](http://github.com/lindbergh-loader/lindbergh-loader
Firmwares|[rpi-eeprom](http://github.com/raspberrypi/rpi-eeprom)|8eef29aed99de9af74e79542309d6106d16abd12|Feb 18, 2025
Ports|[rott](http://github.com/fabiangreffrath/taradino)|3ca0a42d62d535a8009e883a1733597f8058c757|Feb 18, 2025
Emulators|[play](https://github.com/jpd002/Play-.git)|329396faedfa08a2ebc98af3e1e0a081c92a24f5|Feb 17, 2025
Emulators|[tsugaru](http://github.com/captainys/TOWNSEMU)|ecb72bd39195d9ab101ec7d0143d6ea22a1c977c|Feb 17, 2025
Libraries|[sdl12-compat](http://github.com/libsdl-org/sdl12-compat)|33c743a53dc4c3178027777ba4f6b995277e6bc2|Feb 17, 2025
Ports|[sonicmania](https://github.com/RSDKModding/Sonic-Mania-Decompilation)|aa113871727d569077cbd7deff831a46a72cf147|Feb 17, 2025
Emulators|[libretro-fbneo](http://github.com/libretro/FBNeo)|96ae794b56de38eafe4fc82086a329147427bc7a|Feb 17, 2025
Emulators|[libretro-mgba](http://github.com/mgba-emu/mgba)|f108dd801de31c04472cab2056fc9cef74ce8b76|Feb 17, 2025
Emulators|[libretro-play](https://github.com/jpd002/Play-.git)|329396faedfa08a2ebc98af3e1e0a081c92a24f5|Feb 17, 2025
Audio|[portmidi](http://github.com/PortMidi/portmidi)|806aa16c7d3c85f6084e6b10299ce4a0da66edac|Feb 16, 2025
Ports|[fallout2-ce](http://github.com/alexbatalov/fallout2-ce)|e97087b9582f37075db347a89898887320753f8b|Feb 16, 2025
Expand Down Expand Up @@ -167,7 +169,6 @@ Gpu|[nvidia-open-driver](http://download.nvidia.com/XFree86/Linux-x86)|570.86.16
Gpu|[nvidia-proprietary-driver](http://download.nvidia.com/XFree86/Linux-x86)|$(NVIDIA_OPEN_DRIVER_VERSION)|Jan 27, 2025
Libraries|[pywebview](http://github.com/r0x0r/pywebview)|5.4|Jan 27, 2025
Ports|[bstone](http://github.com/bibendovsky/bstone)|67884efcfd6613fbd24b91aad584df6d3b5cff18|Jan 27, 2025
Gpu|[vulkan-samples](https://github.com/KhronosGroup/Vulkan-Samples)|40e3b440ef0f1c5e5abcf7c85f9de332e1f13503|Jan 27, 2025
Emulators|[libretro-bsnes-jg](http://github.com/libretro/bsnes-jg)|7f6868e85eaf7f559aa51ceb60272b37a6941de8|Jan 27, 2025
Ports|[cgenius](https://github.com/gerstrong/Commander-Genius)|14c9da0038875154991109ceec836faabb8994d5|Jan 26, 2025
Utils|[evsieve](http://github.com/KarsMulder/evsieve)|24207fdc3afe260fa86e814e4f06b7618f71ad17|Jan 26, 2025
Expand Down Expand Up @@ -207,7 +208,6 @@ Emulators|[libretro-xrick](http://github.com/libretro/xrick-libretro)|476a9a637a
Ports|[sdlpop](http://github.com/NagyD/SDLPoP)|0c3655cdb544d02d0df222896d959f96d5421bfc|Jan 04, 2025
Ports|[vkquake2](http://github.com/kondrak/vkQuake2)|5bf9c012024884234df0f63c615daec0c740def7|Jan 04, 2025
Libraries|[python-adafruit-platformdetect](https://files.pythonhosted.org/packages/79/96/1f72b50ed5402e79085433036ef0ac692072df86860c6d200bd28d562b27)|3.76.1|Jan 03, 2025
Audio|[libxmp](http://github.com/libxmp/libxmp)|libxmp-4.6.1|Jan 01, 2025
Emulators|[suyu](https://git.suyu.dev/marius851000/suyu.git)|f805e4213ebeafe1b9baf3782389717a9da5b603|Jan 01, 2025
Emulators|[libretro-holani](http://github.com/LLeny/holani-retro)|61114880081cc518b54c898708ad1d162d9077ec|Dec 31, 2024
Emulators|[dolphin-triforce](https://github.com/Hancock33/dolphin-triforce.git)|cc15858c4aacaca7ca7b346afd0752b909b63064|Dec 30, 2024
Expand Down
4 changes: 2 additions & 2 deletions package/batocera/audio/libxmp/libxmp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# libxmp
#
################################################################################
# Version: Commits on Jan 01, 2025
LIBXMP_VERSION = libxmp-4.6.1
# Version: Commits on Feb 24, 2025
LIBXMP_VERSION = libxmp-4.6.2
LIBXMP_SOURCE = enet-$(LIBXMP_VERSION).tar.gz
LIBXMP_SITE = $(call github,libxmp,libxmp,$(LIBXMP_VERSION))
LIBXMP_INSTALL_STAGING = YES
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# sdl2-gamecontrollerdb
#
################################################################################
# Version: Commits on Feb 22, 2025
SDL2_GAMECONTROLLERDB_VERSION = da179de4b46291dfa7277b7193b9812b65897219
# Version: Commits on Feb 23, 2025
SDL2_GAMECONTROLLERDB_VERSION = dfb332addb981e1ae434e431978a9cc2b47637b0
SDL2_GAMECONTROLLERDB_SITE = $(call github,mdqinc,SDL_GameControllerDB,$(SDL2_GAMECONTROLLERDB_VERSION))
SDL2_GAMECONTROLLERDB_DEPENDENCIES = sdl2

Expand Down
4 changes: 2 additions & 2 deletions package/batocera/emulators/dolphin-emu/dolphin-emu.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# dolphin-emu
#
################################################################################
# Version: Commits on Feb 23, 2025
DOLPHIN_EMU_VERSION = 6d9c887a214f4fec16779f9ecbec555948ef94cd
# Version: Commits on Feb 24, 2025
DOLPHIN_EMU_VERSION = 6dd0793f1b8f2e84f2713d8d159d4b6187e4daae
DOLPHIN_EMU_VERSION_MAJOR = 2412
DOLPHIN_EMU_VERSION_MINOR = 268
DOLPHIN_EMU_SITE = https://github.com/dolphin-emu/dolphin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################
# Version: Commits on Feb 22, 2025
DOSBOX_STAGING_VERSION = 54e9dfbd0fb9d456dd26625227cce0932add7d18
DOSBOX_STAGING_VERSION = fb9ffd6780ed45fbbed4ab8b82fc8d26b47d66ee
DOSBOX_STAGING_BRANCH = release/0.82.x
DOSBOX_STAGING_SITE = $(call github,dosbox-staging,dosbox-staging,$(DOSBOX_STAGING_VERSION))
DOSBOX_STAGING_DEPENDENCIES = alsa-lib sdl2 sdl2_net sdl2_image fluidsynth speexdsp
Expand Down
4 changes: 2 additions & 2 deletions package/batocera/emulators/duckstation/duckstation.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# duckstation
#
################################################################################
# Version: Commits on Feb 23, 2025
DUCKSTATION_VERSION = eda32e0695b2c66235ddd652ee0e1ecc718acbbf
# Version: Commits on Feb 24, 2025
DUCKSTATION_VERSION = fbbc4943f675603d009c3c7359977fce909104d2
DUCKSTATION_SITE = $(call github,stenzek,duckstation,$(DUCKSTATION_VERSION))
DUCKSTATION_LICENSE = GPLv2
DUCKSTATION_DEPENDENCIES = boost cpuinfo ecm ffmpeg fmt libbacktrace libcurl libdrm libevdev libsoundtouch lunasvg sdl3 stenzek-shaderc webp zstd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# easyrpg-player
#
################################################################################
# Version: Commits on Feb 20, 2025
EASYRPG_PLAYER_VERSION = 4493b1a11afe2ed12d2e1c2282b7d0c878825feb
# Version: Commits on Feb 24, 2025
EASYRPG_PLAYER_VERSION = ab5df15cd4b663891135dd3836b763961e81b1d7
EASYRPG_PLAYER_SITE = $(call github,EasyRPG,Player,$(EASYRPG_PLAYER_VERSION))
EASYRPG_PLAYER_LICENSE = MIT
EASYRPG_PLAYER_SUPPORTS_IN_SOURCE_BUILD = NO
Expand Down
4 changes: 2 additions & 2 deletions package/batocera/emulators/pcsx2/pcsx2.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# pcsx2
#
################################################################################
# Version: Commits on Feb 23, 2025
PCSX2_VERSION = v2.3.171
# Version: Commits on Feb 24, 2025
PCSX2_VERSION = v2.3.174
PCSX2_SITE = https://github.com/pcsx2/pcsx2.git
PCSX2_SITE_METHOD = git
PCSX2_GIT_SUBMODULES = YES
Expand Down
4 changes: 2 additions & 2 deletions package/batocera/emulators/ppsspp/ppsspp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# ppsspp
#
################################################################################
# Version: Commits on Feb 22, 2025
PPSSPP_VERSION = 2a372caef9acbc7ff20bcca3c25b2ab92294f283
# Version: Commits on Feb 24, 2025
PPSSPP_VERSION = d1ea78fbe7231038e54d2ea9cc4c3a88c5dd7866
PPSSPP_SITE = https://github.com/hrydgard/ppsspp.git
PPSSPP_SITE_METHOD=git
PPSSPP_GIT_SUBMODULES=YES
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# libretro-easyrpg
#
################################################################################
# Version: Commits on Feb 20, 2025
LIBRETRO_EASYRPG_VERSION = 4493b1a11afe2ed12d2e1c2282b7d0c878825feb
# Version: Commits on Feb 24, 2025
LIBRETRO_EASYRPG_VERSION = ab5df15cd4b663891135dd3836b763961e81b1d7
LIBRETRO_EASYRPG_SITE = https://github.com/EasyRPG/Player.git
LIBRETRO_EASYRPG_GIT_SUBMODULES=YES
LIBRETRO_EASYRPG_SITE_METHOD=git
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# libretro-fbneo
#
################################################################################
# Version: Commits on Feb 17, 2025
LIBRETRO_FBNEO_VERSION = 96ae794b56de38eafe4fc82086a329147427bc7a
# Version: Commits on Feb 24, 2025
LIBRETRO_FBNEO_VERSION = df655a14e3b8ec450216fe7d71edfd2aded3a090
LIBRETRO_FBNEO_SITE = $(call github,libretro,FBNeo,$(LIBRETRO_FBNEO_VERSION))
LIBRETRO_FBNEO_LICENSE = Non-commercial
LIBRETRO_FBNEO_DEPENDENCIES = retroarch
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# libretro-mgba
#
################################################################################
# Version: Commits on Feb 17, 2025
LIBRETRO_MGBA_VERSION = f108dd801de31c04472cab2056fc9cef74ce8b76
# Version: Commits on Feb 24, 2025
LIBRETRO_MGBA_VERSION = 5fd0ba0d6725d6e0f9da2a3ff86b4c28fb085bc1
LIBRETRO_MGBA_SITE = $(call github,mgba-emu,mgba,$(LIBRETRO_MGBA_VERSION))
LIBRETRO_MGBA_LICENSE = MPLv2.0
LIBRETRO_MGBA_DEPENDENCIES = libpng libzip zlib retroarch
Expand Down
Loading

0 comments on commit 64fa111

Please sign in to comment.