mirror of
https://github.com/LIV2/WinUAE.git
synced 2025-12-06 00:12:52 +00:00
5100b5
This commit is contained in:
parent
1d1fc389fb
commit
1b00bba9c6
@ -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")
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user