LVNM (Linux VN Manager) wurde in der Version v0.5.3 veröffentlicht.
LVNM ist ein Tool zur Verwaltung und zum Start von Visual Novels unter Linux mit erweiterten Kompatibilitätsfunktionen.
Neu ist die Emulations-Unterstützung: In den Einstellungen lässt sich unter “Emulation” für jeden Emulator ein AppImage oder CLI-Befehl hinterlegen, wodurch ein passendes Präfix entsteht, das sich dann bei einem Spiel in der Sidebar auswählen lässt. Zusätzlich wurde der interne GameRunner in einen launcher_base mit separaten Sub-Launchern (Wine, Emulation, etc.) aufgeteilt, um künftige Erweiterungen und eine mögliche Portierung auf andere Betriebssysteme zu erleichtern.
Adds emulation support:
- In settings -> emulation -> Add the appimage or cli command for each emulator, it will create a fake prefix for the platform that you can select in the game sidebar.
- in the game entry add the iso, rom, etc in the game path, and in prefix choose the platform of the emulator.
- RPCS3 requires the eboot bin file, example:
/home/deck/games/BLJM61043/PS3_GAME/USRDIR/EBOOT.BINor game ID%RPCS3_GAMEID%:BLJM61043or directlyBLJM61043should also work.- All other features should still work, for more info: https://github.com/uunniiblog/linux-vn-manager-lvnm/wiki/Emulation
The core GameRunner has been refactored into game launchers: launcher_base and sub launchers: wine launcher, emulation launcher, etc. This should make easier to implement new stuff or even port the launcher to other OS in the future. Fix proton-ge 11.4+ new name runner downloads. Fix linux-rt-upscale and scripts reap procceses

Quelle: GitHub