Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AmatCoder committed Apr 14, 2024
1 parent 83b3824 commit 9d7df3c
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 9 deletions.
12 changes: 11 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
#### 14 / Apr / 2024

Mednaffe 0.9.3 is released with the following changes:

- Added a 'Recent files' menu.
- Fix misalignment of screenshots.
- Added and fixed settings (up to mednafen 1.31.1).
- pce, pce_fast: Correct sha-256 bios (thanks to SamRohod for reporting).
- [MacOS] Use macOS keyboard mapping when __APPLE__ is defined (patch by codeman38).


#### 30 / Nov / 2021

Mednaffe 0.9.2 is released with the following changes:
Expand All @@ -12,7 +23,6 @@ Mednaffe 0.9.2 is released with the following changes:
- [Linux] Flatpak is available on Flathub (thanks to GabMus and hfiguiere for the help).



#### 04 / Feb / 2021

Mednaffe 0.9.1 is released with the following changes:
Expand Down
11 changes: 11 additions & 0 deletions share/win/ChangeLog_Mednaffe.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
#### 14 / Apr / 2024

Mednaffe 0.9.3 is released with the following changes:

- Added a 'Recent files' menu.
- Fix misalignment of screenshots.
- Added and fixed settings (up to mednafen 1.31.1).
- pce, pce_fast: Correct sha-256 bios (thanks to SamRohod for reporting).
- [MacOS] Use macOS keyboard mapping when __APPLE__ is defined (patch by codeman38).


#### 30 / Nov / 2021

Mednaffe 0.9.2 is released with the following changes:
Expand Down
2 changes: 1 addition & 1 deletion share/win/NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
------------------

Mednaffe is licensed under the GNU GENERAL PUBLIC LICENSE version 3.
See: /licenses/mednaffe-0.9.2/COPYING
See: /licenses/mednaffe-0.9.3/COPYING

This build of Mednaffe uses libraries (statically-linked) and resources
from various free sofware / open source projects.
Expand Down
2 changes: 1 addition & 1 deletion share/win/README_WINDOWS.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
README for Mednaffe 0.9.2 (Windows version)
README for Mednaffe 0.9.3 (Windows version)
-------------------------------------------------------------------------------------------

Mednaffe is a front-end (GUI) for mednafen emulator.
Expand Down
10 changes: 5 additions & 5 deletions share/win/mednaffe.rc
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
1 ICON "mednaffe.ico"

1 VERSIONINFO
FILEVERSION 0,9,2,0
PRODUCTVERSION 0,9,2,0
FILEVERSION 0,9,3,0
PRODUCTVERSION 0,9,3,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "FileDescription", "A front-end (GUI) for Mednafen emulator"
VALUE "FileVersion", "0.9.2"
VALUE "FileVersion", "0.9.3"
VALUE "InternalName", "mednaffe"
VALUE "LegalCopyright", "Copyright \251 2010-2021 AmatCoder"
VALUE "LegalCopyright", "Copyright \251 2010-2024 AmatCoder"
VALUE "LegalTrademarks", "Released under GPLv3"
VALUE "OriginalFilename", "mednaffe.exe"
VALUE "ProductName", "Mednaffe"
VALUE "ProductVersion", "0.9.2"
VALUE "ProductVersion", "0.9.3"
END
END

Expand Down
2 changes: 1 addition & 1 deletion src/mednaffe.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* mednaffe.c
*
* Copyright 2013-2021 AmatCoder
* Copyright 2013-2024 AmatCoder
*
* This file is part of Mednaffe.
*
Expand Down

0 comments on commit 9d7df3c

Please sign in to comment.