Maschell
eb6d03e967
ConfigAPI: Some more changes, added C++ Wrapper
2023-12-16 17:24:04 +01:00
Maschell
ce7ef44084
New config API
2023-12-03 11:32:38 +01:00
Maschell
2a76a17a28
Rewrite of the StorageAPI
2023-11-05 17:18:49 +01:00
Maschell
66f48504d3
Fix version in Makefile
2023-06-22 16:27:58 +02:00
Maschell
9d41a89c45
WUPS 0.7 - Add __init and __fini wrapper
2022-01-22 13:18:31 +01:00
Maschell
2721e7920b
WUPS 0.6.1
2021-10-01 17:24:45 +02:00
Maschell
6510dd5c21
WUPS 0.6, add support for config and storage
2021-09-24 19:58:40 +02:00
Maschell
57bebfc265
Add WUPS_USE_WUT_SOCKETS hook
2021-04-17 13:40:42 +02:00
Maschell
1fcd3b4b17
Clean up, remove some unused features, some refactoring, bump WUPS version to 0.4
2021-03-16 17:31:20 +01:00
Maschell
96053e1e54
Add missing config for compiling
2020-06-26 20:13:53 +02:00
Maschell
195e686a50
- Plugins now will be provided in RPX format and have the extension ".wps"
...
- Remove the fs function wrapper
2020-04-29 17:53:53 +02:00
Maschell
e947c4e5c3
Fix broken makefile
2018-07-17 15:28:11 +02:00
Maschell
5b1a7cd28a
Add a check to the Makefile if the "DEVKITPRO" variable was set.
2018-07-13 19:26:22 +02:00
Maschell
f3e0eaa176
Update the WUPS linker script and Makefile. The building step now will be simplified. Now WUPS is using binaries linked with the "-q" flag instead of real relocateables.
...
THIS BREAKS ALL CURRENT PLUGIN AND THE LOADER.
2018-06-28 22:15:32 +02:00
Maschell
fc36464c55
Stop rely on wut for building the WUPS library
2018-06-20 16:16:16 +02:00
Maschell
0d46322cbb
Add support for plugins that use wut libraries.
...
Add the requirement to have wut installed
Modify the plugin makefile, now you need to enable malloc wrapping manually
Change the calling behaviour of the "WUPS_APP_STATUS_CLOSED" hook. PPCExit does NOT get called when opening an application from the system menu.
Add error output to the UDPLogger on failure.
2018-06-17 12:47:45 +02:00
Maschell
28f2316da0
[Travis] Now using pacman to get devkitPPC/devkitARM
...
- Not using the wii_rules anymore.
2018-05-26 13:48:11 +02:00
Maschell
d949dc8bd1
[Makefile] Split up the plugin makefiles, now common changes can be done in makefile.mk
2018-03-10 13:26:43 +01:00
Maschell
409527fb21
[ALL] Added overlay callback
...
- Improved the overlay example. It's now using the wups api.
- Not working on TV when the game is rendered in 1080p. (Maybe add option to force screen to 720p?)
2018-02-20 12:41:58 +01:00
Maschell
797e58f576
[General] Moving the FS-wrapper into an own lib, no more macro madness
...
The library now needs to be build with "make" and installed with "make install".
Make sure to include the -lwups into the plugin projecs.
If you call "WUPS_InitFS(args);" in the INITIALIZE method, the plugin has full SD/USB access.
2018-02-16 21:51:35 +01:00
Maschell
e4ba75be70
[General] Updated travis script to build to example_plugin
2018-02-04 10:29:04 +01:00
Maschell
679b90cb9f
[Example plugin] Added a very basic plugin based on brainslug
2018-02-04 10:14:45 +01:00