Skip to content

Commit

Permalink
Merge pull request #166 from pce-devel/pceDev16-Rel1.3_prep
Browse files Browse the repository at this point in the history
Prep for 1.3 Release
  • Loading branch information
pceDev16 authored Sep 14, 2024
2 parents 354862b + 9626600 commit e11909f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
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
- uses: actions/checkout@v3
- name: Configure
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
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
- name: Build
run: make -j$(nproc)
- name: Package artifact
Expand All @@ -37,7 +37,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install build-essential pkg-config libasound2-dev libflac-dev libsdl2-dev zip zlib1g-dev
- uses: actions/checkout@v3
- name: Configure
run: mednafen/configure --disable-apple2 --disable-gb --disable-gba --disable-nes --disable-sasplay --disable-sms --disable-snes --disable-snes-faust --disable-ssfplay
run: mednafen/configure
- name: Build
run: make -j$(nproc)
- name: Package artifact
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is a curated and Community managed Mednafen<br> GitHub repo in support of t
<p align="center">
It has been specifically created with additional tweaks and fixes in direct<br>support of the PC-Engine Development community and PCE enthusiasts everywhere.
<p align="center">
<B>Current Release! Mednafen 1.29.0.pceDev-1.2 released on 2023/11/24</B>
<B>Current Release! Mednafen 1.29.0.pceDev-1.3 released on 2024/09/14</B>
<p align="center">
<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>
<img src="https://user-images.githubusercontent.com/95596143/172072861-3cf2c13a-11ba-47de-a5ea-73c63aa01570.png" width="600">
Expand Down
2 changes: 1 addition & 1 deletion mednafen/configure
Original file line number Diff line number Diff line change
Expand Up @@ -4393,7 +4393,7 @@ $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
#
# Avoid trailing and leading zeroes in the decimal version components to avoid confusing not-so-learned people.
#
MEDNAFEN_VERSION="1.29.0.pceDev-1.2 (`git log -1 --format=format:%h`) built on `date` "
MEDNAFEN_VERSION="1.29.0.pceDev-1.3 (`git log -1 --format=format:%h`) built on `date` "
MEDNAFEN_VERSION_NUMERIC=0x00102900
# 0xJJJnnnRR

Expand Down
2 changes: 1 addition & 1 deletion mednafen/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ AC_CONFIG_MACRO_DIR([m4])
#
# Avoid trailing and leading zeroes in the decimal version components to avoid confusing not-so-learned people.
#
MEDNAFEN_VERSION="1.29.0.pceDev-1.2 (`git log -1 --format=format:%h`) built on `date` "
MEDNAFEN_VERSION="1.29.0.pceDev-1.3 (`git log -1 --format=format:%h`) built on `date` "
MEDNAFEN_VERSION_NUMERIC=0x00102900
# 0xJJJnnnRR

Expand Down

0 comments on commit e11909f

Please sign in to comment.