Commit Graph

113 Commits

Author SHA1 Message Date
Maschell
b1e0696a01 Fix copying the save data for other accounts than the main account 2023-03-29 14:18:49 +02:00
Maschell
c10ea898b9 Change the default branch to main 2023-03-28 20:46:14 +02:00
Maschell
482a761627 Bump Version 2023-03-28 20:42:23 +02:00
Maschell
6b6a97c340 Only parse the .ignore file when launching Wii U Menu 2023-03-26 17:14:24 +02:00
Maschell
14ad8e0582 Bump version to 0.1.4 2023-03-23 14:43:20 +01:00
Maschell
237087adae Fix crash when inserting/removing the sd card in applets while the Wii U Menu is running 2023-03-21 21:26:13 +01:00
Maschell
49e6b50af1 Implement support for a .ignore file in sd:/wiiu/apps 2023-03-21 19:00:06 +01:00
Maschell
84958ee3a3 Rename the config item to just "Hide all homebrew" if no homebrew_launcher.wuhb exists on the sd card. 2023-03-21 14:23:57 +01:00
Maschell
dc80552d5f Add option to hide all .rpx 2023-03-21 13:09:18 +01:00
Maschell
95fdc8900f Update Dockerfile 2023-03-21 12:28:51 +01:00
Maschell
f63d69c27b Implement /vol/save/common redirection for Wii U Menu when other titles access it 2023-03-21 12:28:51 +01:00
Maschell
9d07791059 CI: Use actions/checkout@v3 2023-03-21 12:14:51 +01:00
Maschell
f341f7898e CI: Use non deprecated release action 2023-03-21 12:14:51 +01:00
Maschell
0c8e65be17 Change docker registry to ghcr.io 2023-03-21 12:14:51 +01:00
Maschell
ee6a67a9fe Update version 2022-10-09 14:13:49 +02:00
Maschell
3bdde5c1d4 Add option to hide .rpx if a .wuhb with the same name exists 2022-09-21 12:18:13 +02:00
Maschell
fa50152356 Bump the version 2022-09-19 22:10:10 +02:00
Maschell
53f995dabc Set the correct version 2022-09-19 21:29:33 +02:00
Maschell
1faaab0980 Update the Makefile to be compatible with CLion 2022-09-19 21:29:33 +02:00
Maschell
b10a288150 Change the scope of the mutex when hooking into the FSReadfile to avoid a possible deadlook when exiting some games. 2022-09-10 15:04:17 +02:00
Maschell
6d868eabb9 Update Dockerfile 2022-09-04 19:16:42 +02:00
Maschell
f291cad893 Use the latest lib versions 2022-09-04 00:06:32 +02:00
Maschell
2cb4b11005 Add LICENSE 2022-09-04 00:06:32 +02:00
Maschell
f5a828d03b Use ubuntu-22.04 for the CI 2022-08-27 14:13:45 +02:00
Maschell
b02dff67df Add option to hide all homebrew from the menu except the HBL 2022-08-27 14:13:45 +02:00
Maschell
9b0fcdf473 Use latest librpxloader version 2022-08-27 14:13:45 +02:00
Maschell
940b8e82dc Update Dockerfile 2022-08-27 14:13:45 +02:00
Maschell
c710b678fc Update the Dockerfile 2022-04-28 20:32:32 +02:00
Maschell
fd26902e87 Make sure to clean up open file handles when the SD Card was ejected 2022-04-28 20:32:32 +02:00
Maschell
cd212a9314 Skip Save Redirection if no SD Card is mounted 2022-04-28 20:32:32 +02:00
Maschell
57eee716bc SaveRedirection: Fix copy files when swichting accounts 2022-04-28 20:32:32 +02:00
Maschell
622dff63c6 FileReaderWUHB: Fix unmounting when opening the file fails 2022-04-28 20:32:32 +02:00
Maschell
11e89b04ce Format code and add missing imports 2022-04-27 19:43:01 +02:00
Maschell
9e5e7ddc23 Add plugin name to logs 2022-04-27 19:43:01 +02:00
Maschell
15ab8b4c3b Reimplement the data structure and file reading 2022-04-27 19:43:01 +02:00
Maschell
74560db545 Add action to the pr workflow that checks building the plugin with logging 2022-04-23 09:29:15 +02:00
Maschell
d3bc06ab10 Improve logging behaviour and add documentation to the README 2022-04-22 22:20:37 +02:00
Maschell
f90e292ca0 Add missing dependencies to the README 2022-04-22 22:20:37 +02:00
Maschell
d044b62b3e Use libwuhbutils to get data from .whb and libcontentredirection for /vol/save redirection. 2022-04-17 22:47:43 +02:00
Maschell
f5d8fced32 Fix loading of .rpx files by returning the correct status when a file was not found 2022-03-05 22:52:46 +01:00
Maschell
614729f9e6 Reload the Wii U Menu when a sd card was inserted or ejected 2022-03-04 01:09:44 +01:00
Maschell
509bcc2060 Redirect the wii u menu save data when running this plugin 2022-03-04 00:15:59 +01:00
Maschell
fffe25e00b Fix .wuhb loading when more than .wuhb is on the sd card 2022-02-14 21:02:24 +01:00
Maschell
a1ea9531ad Update the Dockerfile 2022-02-14 19:35:42 +01:00
Maschell
0f10ccc487 Read the meta.ini into memory on the heap 2022-02-14 19:35:42 +01:00
Maschell
40592af3df Some strncpy/snprintf optimisation 2022-02-14 19:35:42 +01:00
Maschell
a75c1e70db Unmount all romfs on exit 2022-02-14 19:35:42 +01:00
Maschell
0e03ccd5b2 Only try to load an icon if the filename ends with .wuhb 2022-02-14 19:35:42 +01:00
Maschell
5351af6c46 Fix typo 2022-02-14 19:35:42 +01:00
Maschell
e882e0b1e0 Clear filewrapper info on exit 2022-02-14 19:35:42 +01:00