We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d566000 commit 5f62210Copy full SHA for 5f62210
jiffi2.txt
@@ -11,10 +11,14 @@ Supported formats of the Atari Jaguar.
11
- ROM
12
13
14
+Version 1.0.2 - 06-23-2024
15
+- Added a Visual Studio 2022 project
16
+- Removed hardcoded libraries version in the about's UI
17
+- Display the libraries' names used in the application
18
+
19
Version 1.0.1 - 08-23-2022
20
- Fix crash with ELF format crc32 check.
21
-
22
Version 1.0.0 - 02-28-2021
23
- Work based on JiFFI v1.43 which is based on the v1.42, written in GFA Basic, released by ggn.
24
-- Follow the same set of features
@@ -33,10 +37,10 @@ Version 1.0.0 - 02-28-2021
33
37
34
38
Technical
35
39
---------
36
-Visual Studio 2019
40
+Visual Studio 2022
41
Windows 64 bits
42
Qt5
43
CRC32 function
-libelf 0.18.3
-tinyxml2 8.0.0
44
+libelf
45
+tinyxml2
46
coff format header
0 commit comments