Skip to content

Commit e11909f

Browse files
authored
Merge pull request #166 from pce-devel/pceDev16-Rel1.3_prep
Prep for 1.3 Release
2 parents 354862b + 9626600 commit e11909f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: sudo dnf -y install autoconf automake binutils cpp gcc make pkgconf pkgconf-m4 pkgconf-pkg-config zip unzip git mingw64-gcc mingw64-gcc-c++ mingw64-zlib mingw64-flac mingw64-SDL2 mingw64-win-iconv
1919
- uses: actions/checkout@v3
2020
- name: Configure
21-
run: CPPFLAGS="-DUNICODE=1 -D_UNICODE=1 -DPCEDEVEL_FLAC_DLL" LDFLAGS="-fstack-protector -static-libstdc++" mednafen/configure --host=x86_64-w64-mingw32 --enable-threads=win32 --disable-alsa --disable-jack --disable-apple2 --disable-gb --disable-gba --disable-nes --disable-sasplay --disable-sms --disable-snes --disable-snes-faust --disable-ssfplay
21+
run: CPPFLAGS="-DUNICODE=1 -D_UNICODE=1 -DPCEDEVEL_FLAC_DLL" LDFLAGS="-fstack-protector -static-libstdc++" mednafen/configure --host=x86_64-w64-mingw32 --enable-threads=win32 --disable-alsa --disable-jack
2222
- name: Build
2323
run: make -j$(nproc)
2424
- name: Package artifact
@@ -37,7 +37,7 @@ jobs:
3737
run: sudo apt-get update && sudo apt-get install build-essential pkg-config libasound2-dev libflac-dev libsdl2-dev zip zlib1g-dev
3838
- uses: actions/checkout@v3
3939
- name: Configure
40-
run: mednafen/configure --disable-apple2 --disable-gb --disable-gba --disable-nes --disable-sasplay --disable-sms --disable-snes --disable-snes-faust --disable-ssfplay
40+
run: mednafen/configure
4141
- name: Build
4242
run: make -j$(nproc)
4343
- name: Package artifact

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This is a curated and Community managed Mednafen<br> GitHub repo in support of t
55
<p align="center">
66
It has been specifically created with additional tweaks and fixes in direct<br>support of the PC-Engine Development community and PCE enthusiasts everywhere.
77
<p align="center">
8-
<B>Current Release! Mednafen 1.29.0.pceDev-1.2 released on 2023/11/24</B>
8+
<B>Current Release! Mednafen 1.29.0.pceDev-1.3 released on 2024/09/14</B>
99
<p align="center">
1010
<I><sub>Screenshot showing the various NEW accuracy focussed improvements<br> made to the scanline rendering, general overscan visibility and VDC display resolution rendering</sub></I><br>
1111
<img src="https://user-images.githubusercontent.com/95596143/172072861-3cf2c13a-11ba-47de-a5ea-73c63aa01570.png" width="600">

mednafen/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4393,7 +4393,7 @@ $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
43934393
#
43944394
# Avoid trailing and leading zeroes in the decimal version components to avoid confusing not-so-learned people.
43954395
#
4396-
MEDNAFEN_VERSION="1.29.0.pceDev-1.2 (`git log -1 --format=format:%h`) built on `date` "
4396+
MEDNAFEN_VERSION="1.29.0.pceDev-1.3 (`git log -1 --format=format:%h`) built on `date` "
43974397
MEDNAFEN_VERSION_NUMERIC=0x00102900
43984398
# 0xJJJnnnRR
43994399

mednafen/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ AC_CONFIG_MACRO_DIR([m4])
66
#
77
# Avoid trailing and leading zeroes in the decimal version components to avoid confusing not-so-learned people.
88
#
9-
MEDNAFEN_VERSION="1.29.0.pceDev-1.2 (`git log -1 --format=format:%h`) built on `date` "
9+
MEDNAFEN_VERSION="1.29.0.pceDev-1.3 (`git log -1 --format=format:%h`) built on `date` "
1010
MEDNAFEN_VERSION_NUMERIC=0x00102900
1111
# 0xJJJnnnRR
1212

0 commit comments

Comments
 (0)