Commit Graph

200 Commits

Author SHA1 Message Date
Francisco José García García
690670e2b5
[VITA] More memory 2019-10-03 13:58:23 +02:00
Francisco Javier Trujillo Mata
677d65bf8d Remove the parallel compilation for PS2 in the dist-scripts 2019-03-20 22:32:12 +01:00
orbea
28ff4b391a Clean up white space. 2019-02-03 16:00:50 -08:00
orbea
e062b98088 Remove trailing blank lines.
find . -type f -exec sed -i '${/^[[:space:]]*$/d;}' {} \+
2019-01-17 19:39:38 -08:00
Francisco Javier Trujillo Mata
f7f602c1f7 Dist-cores support PS2 platform 2018-12-31 18:56:21 +01:00
M4xw
808368b577 [LIBNX] Fix dummy core 2018-09-30 02:31:38 +02:00
Andrés
bf2af7cada
Merge pull request #2 from m4xw/libnx
Libnx
2018-09-29 12:47:29 -05:00
radius
78714d92dc update dist-cores again 2018-09-29 12:46:19 -05:00
M4xw
da5bf9659e [LIBNX] dist-cores cleanup, add hbmenu icon 2018-09-29 19:40:55 +02:00
radius
04ac076927 update dist-cores for switch 2018-09-29 12:20:43 -05:00
radius
cca7b55d3f [libnx] this will be required for core updater 2018-09-28 18:39:57 -05:00
M4xw
6195f6360a Add libnx dist-cores target 2018-09-28 01:10:25 +02:00
meepingsnesroms
51b9b69828 Finish buildbot fixes 2018-05-19 11:35:12 -07:00
meepingsnesroms
f59913ab04 Remove tab 2018-05-19 10:03:57 -07:00
meepingsnesroms
6c1e865d28 Make build system match core format 2018-05-19 09:59:47 -07:00
gblues
23f0a85446 Implement UDP broadcast network logging on Wii U
== DETAILS

The broadcast address is a standard part of TCP/IP that is used to
send messages to everyone on the subnet. This patch updates the
logging code to do the following:

1. Derive the broadcast address from the Wii U's own IP address
   and subnet mask. These can all be obtained at runtime, which
   means we can...
2. Remove the PC_DEVELOPMENT_IP_ADDRESS define from Wii U's
   Makefile, because compiling in an IP is no longer needed.
3. Rewrite the net_listen script to listen for broadcast packets
   and print them out with timestamps.

Since it's using the broadcast address, the only requirement is
that the PC be on the same network subnet as the Wii U.

Because of the low overhead of UDP, I've made logging on by
default. This will make it a ton easier to get useful bug
reports from users.
2018-05-06 14:39:48 -07:00
twinaphex
daa44b7441 Update 2018-02-18 02:08:18 +01:00
twinaphex
22e9029640 (Xbox) Set IP 2018-02-18 02:04:22 +01:00
twinaphex
4d0af5f4ae (xdk) Update platform 2018-02-18 02:00:39 +01:00
twinaphex
e7cde2c4ef (Xbox) Fix dist-scripts 2018-02-18 01:58:34 +01:00
orbea
ae6524a7f5 dist-scripts: Don't use the 'source' builtin.
The 'source' builtin is not POSIX and not all of the build environments have it.
For example the wiiu build log report:

./wiiu-cores.sh: 8: ./wiiu-cores.sh: source: not found
2018-02-03 21:56:46 -08:00
twinaphex
2dd9c5bb82 (3DS) Try to silence warning/error 2018-01-18 04:54:21 +01:00
Toad King
10697dc543 copy over new .wasm file instead of old .js.mem file 2018-01-16 19:24:01 -06:00
gblues
8701ce289a Polish up WiiU deploy scripts
== 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
2018-01-10 22:51:00 -08:00
aliaspider
f9e06725fa (WIIU) rework makefile. 2017-12-31 14:07:14 +01:00
twinaphex
ca3c101161 Define DEX_BUILD/CEX_BUILD/ODE_BUILD for PS3 versions - set
custom buildbot core updater URL per target
2017-12-23 08:12:39 +01:00
Brad Parker
aeac9786b1 ps3: copy individual cores to a separate folder for use with the updater 2017-12-20 12:01:15 -05:00
Francisco José García García
8c363f5e94
Copy info from compiled cores on Vita 2017-11-14 19:52:45 +01:00
Francisco José García García
ed41b3c531
Remove assets from vita vpk 2017-11-14 19:46:28 +01:00
Francisco José García García
bd586e6d2d
Remove individual core vpks for vita 2017-11-13 21:11:51 +01:00
twinaphex
581ef744d7 Update RARCH_VERSION; replace with PACKAGE_VERSION 2017-09-26 02:52:24 +02:00
Alcaro
5f6b79e7f4 Merge version.h, dist-cores.sh and version.all 2017-09-26 01:05:43 +02:00
twinaphex
73e00e021a Bump up version to 1.6.7 2017-08-17 21:09:42 +02:00
twinaphex
02cfe1f7c0 Bump up version to 1.6.5 2017-08-13 19:07:58 +02:00
twinaphex
08118cb445 Bump up to 1.6.4 2017-08-07 19:16:09 +02:00
Brad Parker
2e1ad9684a ps3: build pkgcrypt.dll and copy it to ps3py folder before running pkg.py 2017-08-07 11:23:05 -04:00
bparker06
5d2ab5bf82 ps3: copy data folder to dist-cores when ran 2017-08-06 20:45:13 -04:00
fr500
6803c16bae Revert "Fixed dist-cores.sh script"
This reverts commit bcae2fdc9b.
2017-06-19 14:16:44 -05:00
Daniel Jimenez
bcae2fdc9b Fixed dist-cores.sh script 2017-06-17 14:36:19 -07:00
Francisco José García García
18eaa7e709 [VITA] Fix dirs 2017-04-28 18:54:34 +02:00
Francisco José García García
6bac458885 [VITA] Fix error 2017-04-28 13:47:53 +02:00
Francisco José García García
c0e81ca820 [VITA] Get rid of griffin 2017-04-28 08:29:58 +02:00
Rob Loach
0963431c6a
Add Dot-Art theme 2017-01-30 21:13:44 -05:00
aliaspider
1ebd8ab278 (WiiU) update dist script. 2017-01-25 20:20:56 +01:00
aliaspider
a9749849e3 (WiiU) disc script: no need to delete icons. 2017-01-16 18:53:35 +01:00
vgmoose
87344328fe
(WiiU) put current git hash in meta.xml 2016-11-29 23:52:48 -05:00
vgmoose
7fc5a394d3
(WiiU) update dist script with fixed newlines in meta.xml 2016-11-23 01:25:53 -05:00
vgmoose
25ecaf0b53
(WiiU) update dist script
add fields to generated meta.xml
2016-11-23 00:33:19 -05:00
aliaspider
0926334614 (WiiU) update dist script. 2016-11-23 04:22:50 +01:00
aliaspider
83d79fadab (WiiU) dist-script: add usage instructions. 2016-11-07 19:39:26 +01:00