fixed readme wording .

This commit is contained in:
Zero Fanker 2024-04-16 23:41:27 -04:00
parent 574a67e7c4
commit 2bd1eb7ace

View file

@ -7,7 +7,7 @@ The official version for both applications has been increased to v2.0 in order t
# Ongoing Changes:
- Refactored most of Ini handling, using safe and efficient ways. Most importantly, aligned with game Ini sequencing especially for type items (e.g. Animation)
- Transformed to x86_64 architecture
- Introduced unit test by using unit test (works on x64 environment only)
- Introduced unit test by using google test (works on x64 environment only)
# Fixes and Changes
- Fixed a few code issues to allow the application to run on modern operating systems.