From d4a25fa59b2869510eed550d038abac0e44eccdc Mon Sep 17 00:00:00 2001 From: OV2 Date: Sun, 1 Oct 2017 15:25:49 +0200 Subject: [PATCH] Update changes.txt --- docs/changes.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index ad3f5e07..1d95e1c8 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -1,9 +1,28 @@ Snes9x 1.55 - Added support for the MSU-1 coprocessor. (qwertymodo) +- Added support for MSU-1 distribution pack. (qwertymodo) - Added support for BS-X Satellaview memory packs and data (LuigiBlood) files. - Improved BS-X memory mapping accuracy. (LuigiBlood) +- Fixed APU error causing issues with some games. (byuu, qwertymodo) +- Added option to ignore patch checksums. (qwertymodo) +- Fixed build warnings / undefined behavior. (bonimy) +- Correct pixel placement in hires. (BearOso, OV2) +- Fixed RAM mapping for Light Fantasy. (hex_usr, BearOso) +- Added Circuit USA APU timing hack. (BearOso) +- libretro: Merged some changes from downstream repository. (OV2) - GTK+: Allow use of XDG config directory. (BearOso) +- GTK+: Add 10th save slot. (YamashitaRen) +- GTK+: Updated and Spanish translation. (jristz) +- Win32: Switched to Studio 2017. (OV2) +- Win32: Fixed problems when minimized in d3d. (OV2) +- Win32: Split Patch/Rom directory. (OV2) +- Win32: Simplified compilation by removing or including + some dependencies (included CG headers, completely + removed FMOD and FMOD_EX, moved direct draw to compile + switch) and reworking solution/configurations. (bonimy, OV2) +- Win32: Fixed crash with movie dialog (OV2) +- Win32: Changed hotplugging (OV2) Snes9x 1.54.1 - GTK+: Properly use --std=c++11 when compiling xBRZ. (BearOso)