Skip to content

Commit

Permalink
5310b3
Browse files Browse the repository at this point in the history
  • Loading branch information
tonioni committed Oct 12, 2024
1 parent 0f74d65 commit 0c0a444
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions od-win32/win32.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
#define LANG_DLL_FULL_VERSION_MATCH 0

#if WINUAEPUBLICBETA
#define WINUAEBETA _T("2")
#define WINUAEBETA _T("3")
#else
#define WINUAEBETA _T("")
#endif

#define WINUAEDATE MAKEBD(2024, 9, 29)
#define WINUAEDATE MAKEBD(2024, 10, 12)

//#define WINUAEEXTRA _T("AmiKit Preview")
//#define WINUAEEXTRA _T("Amiga Forever Edition")
Expand Down
6 changes: 6 additions & 0 deletions od-win32/winuaechangelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@

This is quick 5.3.1 beta series, normal update to 5.3.0. You might have heard that I have started rewriting (almost) whole custom chipset emulation few months ago. This isn't it. Still work to do, it isn't that useful in fast CPU modes yet.


Beta 3:

- Interlaced screenshots still had toggling height in some situations.
- On the fly Direct3D 9 mode OSD led font size change didn't recalculate new font size correctly until display mode was changed at least once.

Beta 2:

- TekMagic RAM configuration fixed.
Expand Down

0 comments on commit 0c0a444

Please sign in to comment.