This commit is contained in:
Toni Wilen 2023-10-13 20:34:56 +03:00
parent 1d1fc389fb
commit 1b00bba9c6
2 changed files with 8 additions and 2 deletions

View File

@ -20,12 +20,12 @@
#define LANG_DLL_FULL_VERSION_MATCH 1
#if WINUAEPUBLICBETA
#define WINUAEBETA _T("Beta 4")
#define WINUAEBETA _T("Beta 5")
#else
#define WINUAEBETA _T("")
#endif
#define WINUAEDATE MAKEBD(2023, 10, 8)
#define WINUAEDATE MAKEBD(2023, 10, 13)
//#define WINUAEEXTRA _T("AmiKit Preview")
//#define WINUAEEXTRA _T("Amiga Forever Edition")

View File

@ -1,4 +1,10 @@
Beta 5:
- Screen mode switch (for example native<>RTG) could have caused blank screen, especially in D3D9 mode, if old and new mode had identical size. (b1)
- Restoring statefile without FPU when configuration with FPU was active: FPU was not disabled.
- Fixed random flickering last line in non-interlaced fields/fields+ modes.
Beta 4:
- Exiting any GUI subwindow (hardfiles etc) was always cancelled, ignoring changes. (b3)