From b7f17e5754495ff54e2f0a76db7cdc4071188e0a Mon Sep 17 00:00:00 2001 From: Brandon Wright Date: Thu, 13 Dec 2018 12:21:50 -0600 Subject: [PATCH] Update changes.txt --- docs/changes.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index 0775c101..b63a78d3 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -1,3 +1,31 @@ +Snes9x 1.58 +- Move the LICENSE file to the base directory and use a stub + in all the source files referring to it. +- Adjust Chou Aniki timing hack. +- Use 1-based numbering when displaying pressed keys. +- Hide controller port if disabled when displaying keys. +- Fix movie playback. (OV2, BearOso) + + libretro: +- Fix interlaced modes when overscan crop is enabled. +- Allow overriding -flto. (orbea) + + GTK+: +- Use shared snes_ntsc implementation. +- Remove extra LGPL licensing to avoid confusion. +- Don't translate config file entries. Fixes breakage on + non-C languages. +- Fix issue where config file doesn't contain all configurable + entries. +- Remove config options for Netplay, Joystick, and JMA. SDL 2.0 + is now mandatory. +- Updated gettext and removed intltool. update-po should now catch + all translatable strings. +- If available, reduce input lag option will now use fences instead + of glFinish to prevent hogging the CPU. +- Onscreen text can be variable width and will show up in some more + cases now. + Snes9x 1.57 - Various seta010 emulation fixes. (kps501) - Pass blargg OAM tests with proper write behavior. (BearOso)