Skip to content

Commit

Permalink
release 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtBagXon committed Jan 10, 2022
1 parent 005993f commit 706d56a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Features:

* SDL2 support
* Updated MPEG2 decoder
* Daphne VLDP 32bit upgrade
* Daphne and Singe 4k M2V support
* Singe libretro emulation path integration
* Singe Joystick, Lightgun _EV_ABS_ [mouse] support
Expand Down Expand Up @@ -53,7 +54,7 @@ For **Raspberry Pi** clone the ``RetroPie`` branch via:

git clone --single-branch --branch RetroPie https://github.com/DirtBagXon/hypseus-singe.git

Further **RetroPie** and **Raspberry Pi** requirements can be found [here](src/3rdparty/retropie/RETROPIE.md)
Further **RetroPie** and **Raspberry Pi** information can be found [here](src/3rdparty/retropie/RETROPIE.md)

### Compilation with CMake

Expand Down Expand Up @@ -223,7 +224,7 @@ project would not be possible.
## License

**Hypseus Singe**, Being Retro Orientated This Humble Emulator Regenerates
Copyright (C) 2021 [DirtBagXon][owner]
Copyright (C) 2021-2022 [DirtBagXon][owner]

**Hypseus**, Multiple Arcade Laserdisc Emulator
Copyright (C) 2016 [Jeffrey Clark][JAC]
Expand Down
5 changes: 5 additions & 0 deletions scripts/singe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ while [[ $# -gt 0 ]]; do
BLEND="-blend_sprites"
shift
;;
-bootsilent)
SILENTBOOT="-bootsilent"
shift
;;
-fullscreen)
FULLSCREEN="-fullscreen"
shift
Expand Down Expand Up @@ -94,6 +98,7 @@ $LOG \
$OVERSIZE \
$SCANLINES \
$SCALE \
$SILENTBOOT \
-sound_buffer 2048 \
-volume_nonvldp 5 \
-volume_vldp 20
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.0)

set(PKG_VERSION "v2.6.21")
set(PKG_VERSION "v2.8.0")

project(hypseus)

Expand Down
4 changes: 2 additions & 2 deletions src/HyperseusManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest>
<version>
<major>2</major>
<minor>6</minor>
<build>21</build>
<minor>8</minor>
<build>0</build>
</version>
</manifest>
4 changes: 2 additions & 2 deletions win32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
Latest build is: (_32bit_ and _64bit_ versions are available.)

hypseus.exe -v
[version] Hypseus Singe: v2.6.21
[version] Hypseus Singe: v2.8.0
[console] Windows 10
[console] SDL(CC): 2.0.14
[console] SDL(LD): 2.0.16
[console] Build: Dec 24 2021 00:30:00
[console] Build: Jan 10 2022 04:00:00


## Install
Expand Down

0 comments on commit 706d56a

Please sign in to comment.