Releases: Swordfish90/LibretroDroid
Releases · Swordfish90/LibretroDroid
0.12.1
What's Changed
- Slight improvements to CUT score system. by @Swordfish90 in #105
- Slightly improve quality and performances of CUT2/3 shaders by @Swordfish90 in #106
Full Changelog: 0.12.0...0.12.1
0.12.0
What's Changed
- Add CUT3 upscaling shader by @Swordfish90 in #103
- Improve quality of CUT shaders by @Swordfish90 in #104
Full Changelog: 0.11.1...0.12.0
0.11.1
- Fix possible crash with default shader
- Allow setting libretro variables before the core has been loaded
Full Changelog: 0.11.0...0.11.1
0.11.0
0.10.0
- Allow handling a chain of shaders
- Add a new CUT2 upscaling shader
0.9.0
- Improve CUT upscaling shader
- Migrate from RxJava to Flow
- Fix some issues with Framebuffer interpolation
- Fix issues with missing precision qualifiers in some shaders
0.8.1
- Fixed issues on frame-buffer resizing
- Tiny optimizations to CUT
- Fixed issue with errors not propagated to clients
0.8.0
- Add CUT upscaling shader
- Expose Libretro cheat handles
0.7.0
- Render Framebuffer in video callback (fixes some rendering issues with 3D cores)
- Move all state-mutating calls to GLThread
- Expose flag to skip drawing duplicate frames
- Improve GLES issues logging
0.6.2
- Handle missing DPAD events