Releases: XK9274/moonlight-app-miyoo
v1.5.1
v1.5
Fix audio crackling, fixed mmiyoo driver delay at source for some SDL2 apps.
v1.4
- Fix audio delay
v1.3
UI overhaul
Refactored most functions
Removed some reliance on the SDL lib
Added more settings for upcoming settings menu (overclocking etc)
Removed splash
Removed binaries that are no longer required
Updated FAQS
Convert all memcpy calls to neon_memcpy
Build libgamestream and libmoonlightcommon as stripped/arm optimised
v1.2
- Add mouse emulation
Select + A
to enter mouse mode, when in mouse modeStart
to return to kbd mode.
v1.1
Add cpuclock option to settings.json (Min 1000, Max 1950, Default 1700)
v1.0
v1.0
- Added correction for volume level when entering moonlight
- Fixed exit method in moonlight to close correctly.
- Fixed a double free segfault
- Added custom keybinds file
settings.json
that uses SDLK keycodes (https://www.libsdl.org/release/SDL-1.2.15/docs/html/sdlkey.html) - Follow example file.
0.9
v0.8
New terminal w/ font by eggs
Better displays
Some error checking
Footer messages
Escape key support (Select + Y)
v0.7
Fixed black screen issue
Fixed input spam at end of session
Added new key shortcut: Select + Menu to exit
Handles SIGINT/SIGTERM sent from term to cleanup mi_gfx/mi_sys
Remove pressmenu2Kill from launch.sh