mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
8701ce289a
== DETAILS Some updates for the WiiU port: 1. Implement a way to set logging IP/port that doesn't risk getting committed. To do this, I've created `wiiu-devel.properties.template` and added the file `wiiu-devel.properties` to .gitignore. Developers can then: * Copy the template file to `wiiu-devel.properties` * Enter the relevant details (documented in the template file) 2. Convert `version.all` to unix line endings so modern versions of bash don't complain when it is included. 2. Rewrote the `wiiu-cores.sh` script into `wiiu-new-cores.sh` - Automatically detects when building retroarch inside the `libretro-super` hierarchy to collect the *.info files and *.a files - Automatically detects the *.png (fetched by running `fetch-submodules.sh` script) 3. Create a `wiiu-rpx-upload.sh` script to upload the output of `wiiu-cores.sh` - uses `wiiu-devel.properties` to get WiiU IP address - after upload, re-downloads and compares hashes to detect bad uploads
14 lines
398 B
Plaintext
14 lines
398 B
Plaintext
# /* this file is a polyglot: it's valid C, Makefile and shell */
|
|
# /* this reduces the number of files to update when changing the version */
|
|
# /* files to change to update version: */
|
|
# /* - this one, obviously */
|
|
# /* - version.dtd */
|
|
# /* - pkg/snap/snapcraft.yaml (including the github url) */
|
|
|
|
#if 0
|
|
RARCH_VERSION="1.7.0"
|
|
#endif
|
|
#ifndef PACKAGE_VERSION
|
|
#define PACKAGE_VERSION "1.7.0"
|
|
#endif
|