Commit Graph

  • 401c742362 [General] Updated the readmes Maschell 2018-02-14 23:42:06 +01:00
  • 46358ce67a Added SD/USB support for plugins! Maschell 2018-02-14 22:52:16 +01:00
  • f8e8f7f52e [Travis] Added Makefile to the plugins folder to build all with one command. Maschell 2018-02-14 22:36:28 +01:00
  • b350d7e478 [Travis] Fixed the travis script. Added devkitARM Maschell 2018-02-14 19:52:14 +01:00
  • b8d2c51f76 [Plugins] Don't mount the SDCard withing the SDCafiine plugin. Maschell 2018-02-14 19:47:52 +01:00
  • dc8a9a81fc [Loader] Added mocha and device mounting. Maschell 2018-02-14 19:46:14 +01:00
  • 894a60c2bf [Loader] Moved method elfLink from ModuleData to ElfTools, other minor stuff Maschell 2018-02-14 18:18:42 +01:00
  • 389e3ba5f1 [Loader] Added some more comments and TODOs Maschell 2018-02-13 22:36:05 +01:00
  • b7f9e68c90 [Loader] Updated logging message Maschell 2018-02-13 22:28:08 +01:00
  • a31d6e8db5 [Loader] Huge refactoring. Getting rid of the global lists in C. Using std::vector now and classes. Maschell 2018-02-13 22:20:38 +01:00
  • 78a160a74c [Plugins] Added readmes to the plugins, renamed SwapDRC to SwipSwapMe Maschell 2018-02-13 08:22:05 +01:00
  • 96224310b0 [Plugin] Added HID to VPAD support Maschell 2018-02-12 20:53:37 +01:00
  • 7aec6a2bfd [General] Updated the wups_loader_entry_t struct Maschell 2018-02-12 20:51:24 +01:00
  • 48e5ea7e4c [Plugins] Updated the SDCafiine plugin Maschell 2018-02-12 20:50:27 +01:00
  • b9af38c7ff [General] Removed the DISCARD section in the .ld file. This fixes C++ support.. Maschell 2018-02-12 20:40:54 +01:00
  • 8c0a3c965b [Plugin] Added a port of SwapDRC (SwipSwapMe) Maschell 2018-02-11 19:49:42 +01:00
  • 38e045e41d [Loader] Fixed returning to the HBL if multiple plugin override the same function Maschell 2018-02-11 18:52:11 +01:00
  • 34e5773714 [Loader] Load the SDCafiine plugin Maschell 2018-02-11 18:43:32 +01:00
  • af3e5086f5 [Plugins] Fixed the SDCafiine plugin Maschell 2018-02-11 18:43:12 +01:00
  • ac912010f2 [Plugins] Started on creating a SDCafiine plugin. Still WIP. Maschell 2018-02-11 18:33:07 +01:00
  • 2cbc49b030 [Loader] only procced when the loading was successful Maschell 2018-02-11 18:18:10 +01:00
  • d12bb68c16 [Plugins] Remove the fPIC flag, is not needed. Maschell 2018-02-11 18:16:32 +01:00
  • 3cc18c2557 [Plugins] Updated the Makefile Maschell 2018-02-11 14:45:20 +01:00
  • 2d685cf41f [General] Fixed the travis script Maschell 2018-02-11 03:40:29 +01:00
  • d181e445c7 [Plugins] Updated the Makefile. C++ and stdlib should work now. Maschell 2018-02-11 03:26:54 +01:00
  • db29f7a302 [Loader] Only load plugin if no more relocations are needed. Maschell 2018-02-11 03:24:32 +01:00
  • c53b6a3d8e [Loader] unmount sdcard after loading the plugins Maschell 2018-02-10 17:10:20 +01:00
  • 53bbfa3bd4 [Travis] Added padcon to nightly release Maschell 2018-02-10 17:08:18 +01:00
  • e58dc7a506 [Plugins] Added a simple padcon plugin! Maschell 2018-02-10 17:06:42 +01:00
  • 9ebad4be5d [example_plugin] Changed to example_plugin to hook into FS_INIT Maschell 2018-02-10 17:05:32 +01:00
  • ec217c6aef [Loader] Added support for the init hook. Maschell 2018-02-10 17:05:11 +01:00
  • 81b5bed341 [WUPS] Added Macro for the Initialization hook Maschell 2018-02-10 17:00:17 +01:00
  • 17e34ad60b [Loader] First successfull, complete replacement! Maschell 2018-02-10 14:58:58 +01:00
  • b6119fde91 [Example Plugin] Updated the example plugin to override the OSFatal function. Maschell 2018-02-10 14:56:07 +01:00
  • 10c5eccd93 [Example Plugin] Updated the example plugin Maschell 2018-02-09 21:31:05 +01:00
  • 4ce98a64f1 [General] Added file to .gitignore Maschell 2018-02-09 21:28:57 +01:00
  • 4cdcbe2d20 [Loader] Added missing relocation type Maschell 2018-02-09 21:28:39 +01:00
  • 46456df8fc [Loader] Updated the loader to call functions Maschell 2018-02-04 22:25:15 +01:00
  • 83a9aa7b7b [WUPS] Make the include c++ compatible Maschell 2018-02-04 22:18:43 +01:00
  • 88f323de17 [example_plugin] not using the "real" function in example Maschell 2018-02-04 22:18:09 +01:00
  • 437cbf9a66 [General] Fixed ld file Maschell 2018-02-04 21:55:08 +01:00
  • ef9579c6ba [Loader] Added code to parse the wups.load section Maschell 2018-02-04 18:05:04 +01:00
  • e901ad77cf [Example Plugin] Added second function Maschell 2018-02-04 18:03:58 +01:00
  • 72fb6ee5ea [WUPS] Fixed the module compiling Maschell 2018-02-04 16:44:37 +01:00
  • 5ed70a368e [Loader] Code formatting Maschell 2018-02-04 16:42:59 +01:00
  • 76271cee58 [Loader] Started to work on the module parsing Maschell 2018-02-04 16:41:00 +01:00
  • b0f7567243 [Loader] removed unused makefile Maschell 2018-02-04 16:39:11 +01:00
  • 0a31469246 [WUPS] rename the structs to be comaptible to C++ Maschell 2018-02-04 16:37:47 +01:00
  • 4c2489c1ff [Loader] Add the wups includes to the loader makefile Maschell 2018-02-04 16:35:13 +01:00
  • d5800f49a2 [Loader ]Added missing define to libelf Maschell 2018-02-04 16:34:39 +01:00
  • 13cc202a2e [General] Moved the plugins into sd:/wiiu/plugins Maschell 2018-02-04 11:29:53 +01:00
  • 240482eec6 [General] Moved gitrev.sh Maschell 2018-02-04 11:17:01 +01:00
  • e4451560d8 [General] Updated apikey Maschell 2018-02-04 11:12:15 +01:00
  • ecba672b9e [General] Fixed travis script Maschell 2018-02-04 11:06:42 +01:00
  • 79a55a58f1 [General] Updated travis script to create nightlies Maschell 2018-02-04 11:03:56 +01:00
  • 8196007558 [Loader] Added app_version logging Maschell 2018-02-04 10:50:34 +01:00
  • 2836b3e45f [Tools] Added the UdpDebugReader Maschell 2018-02-04 10:40:20 +01:00
  • 1299a3cb50 [Example plugin] Removed hardcoded version from Makefile Maschell 2018-02-04 10:36:56 +01:00
  • 85dcbea20d [Loader] Added libelf, copied straight from brainslug. Maschell 2018-02-04 10:35:26 +01:00
  • 254531a7cc [General] Updated readmes Maschell 2018-02-04 10:31:42 +01:00
  • e4ba75be70 [General] Updated travis script to build to example_plugin Maschell 2018-02-04 10:29:04 +01:00
  • ea24c2c557 [Loader] Added loading file from SDCard and print it Maschell 2018-02-04 10:27:03 +01:00
  • 679b90cb9f [Example plugin] Added a very basic plugin based on brainslug Maschell 2018-02-04 10:14:45 +01:00
  • 17cb04b142 [General] Fixed the travis script Maschell 2018-02-03 17:05:28 +01:00
  • 9723b2f400 [General] Added a travis script which currently tests the loader Maschell 2018-02-03 17:03:36 +01:00
  • d6ee498a16 [loader] Added minimal loader project Maschell 2018-02-03 17:03:03 +01:00
  • 64d8f87a39 [General] Added a link to COSSubstrate to the readme Maschell 2018-02-03 12:47:57 +01:00
  • 7b871be508 [General] Added infos to readme Maschell 2018-02-03 12:35:49 +01:00
  • 55b871446f Added readme Maschell 2018-02-03 09:29:23 +01:00
  • 92dd8b23a6 Create LICENSE Maschell 2018-02-03 09:27:57 +01:00