Commit Graph

23 Commits

Author SHA1 Message Date
Maschell b7f1c81407 Fix loading a file with offset 2019-11-24 13:58:22 +01:00
Maschell a949308aee - Update the 0x64 IOCTL
- Remove unneeded instant patches
2019-11-18 11:07:48 +01:00
orboditilt bbcd072eae Initial readme 2019-08-18 22:19:34 +02:00
orboditilt 4944c8e7dd load a "root.rpx" instead of "payload.rpx" 2019-08-18 22:19:16 +02:00
orboditilt 5b57caecee Simplify mocha do only disable sigchecks, add wupserver, sd overall patches and a improved .rpx redirection. 2019-08-15 10:29:36 +02:00
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
Ash 82a58b7fe0
Remove libogc dependency, convert to libdynamiclibs 2018-05-08 13:38:00 +10:00
Maschell 7cb08e8f64 Disabling the FAT32 nativ USB support 2017-05-13 09:43:17 +02:00
Maschell 70127d64e6 Merge remote-tracking branch 'refs/remotes/dimok789/master' into sd_access 2017-05-13 09:26:26 +02:00
dimok789 40e296ebb8 Merge pull request #13 from yudowat/master
Centered Gamepad Launch Image
2017-02-07 23:27:52 +01: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
Ness Yudowat a8ac0be411 Centered Gamepad Launch Image
Was slightly off center due to the source image having a larger
resolution than the gamepad, but it has been offset in the source to fix
that.
I was unable to compile and test due to computer issues, but it should
work fine.
2017-01-04 17:55:09 +10:00
dimok789 fe9c3f8434 - changed name of application in config file to mocha
- don't write to sd haxxdump info sector if read was a failure
- fix bug in fsa read from sd on kernel
- new default launch image (thx thaikhoa)
2016-12-14 20:48:35 +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
dimok789 d3efa23134 Initial commit 2016-12-12 19:29:03 +01:00