Commit Graph

11 Commits

Author SHA1 Message Date
Ash
aaae73531d Minor refactoring/cleanup/consolidation whatever 2018-06-04 19:54:50 +10:00
Ash
8e56a1b2ce ioctl64: Add arbitrary RPX replacement (first draft)
Just call ioctl 0x64 (100) with your path in the buffer and the next rpx
to be loaded will be replaced with yours!
2018-06-01 21:09:51 +10:00
Ash
4a5e8f3d19 Add stub ioctl 0x64, doesn't do much yet 2018-05-31 21:11:20 +10:00
Ash
8aed06c564
Fix enum size, MCPLoadFileRequest->type works now 2018-05-11 16:01:06 +10:00
Ash
cce5afab78
Add @exjam's MCP_LoadFile patch, allowing loading rpls from anywhere 2018-05-10 21:20:53 +10:00
Ash
94235612fe
Change logger to use LOG_IP makefile directive 2018-05-10 21:18:56 +10:00
Ash
8c5287175c
Add types, enums and whatever to MCP_LoadFile patch 2018-05-09 10:34:44 +10:00
Ash
8f1bba1f9f
Add stub MCP_LoadFile patch - It works! 2018-05-08 20:17:40 +10:00
dimok789
43f1af08a3 wip commit of the FAT32 nativ USB support
NOTE:
This is a work in progress commit. It includes debug and test functions and some features that existed before might not even work. It is not finished and not very well tested. So it's warning to NOT use this for everyday playing! This is target for developers to look some stuff up that I was working on. See also my post on gbatemp for more information.
2017-02-07 18:15:16 +01:00
dimok789
b65b6c86cc - fixed bug with re-initialization of EEPROM and OTP dump on SD card
- added new feature which allows you to disable os full relaunch (only possible in combination with sysNAND, not redNAND)
- added new option which allows to return to HBL after executing the patches and not launch to System Menu (only in combination with disabled OS full relaunch)
- some clean ups

NOTE to the new feature:
The new feature to disable full OS reload behaves similar to the simple signature patcher except that it setups execution memory region from kernel for wupserver and iosuhax dev node code and starts those. So it's a fast simple signature patcher with the addition of wupserver and iosuhax dev node. Another addition to the simple sign patcher is that the patches reload themself when exiting settings. Launch image is disabled for this method though.
2016-12-14 14:14:12 +01:00
dimok789
47c03cb6dd first release 2016-12-12 19:31:02 +01:00