Commit Graph

6 Commits

Author SHA1 Message Date
Maschell
d181e445c7 [Plugins] Updated the Makefile. C++ and stdlib should work now.
- Using a different base for the makefile, which provides some more function
- Linking with stdlib should work now
- C++ _should_ work. not really tested yet.

[Example Plugin] Updated example plugin to log all FSOpen actions.
2018-02-11 03:26:54 +01:00
Maschell
9ebad4be5d [example_plugin] Changed to example_plugin to hook into FS_INIT
- Using the init hook
2018-02-10 17:05:32 +01:00
Maschell
10c5eccd93 [Example Plugin] Updated the example plugin
- It's now linking with libc/libutils/libdynamiclibs
- moved the main.c into the a "src" folder

[Loader]- Added DCFlushRange and DCInvalidateRange
- Improved logging.

Finally we can load the plugin from the sdcard and call it's function!
2018-02-09 21:31:05 +01:00
Maschell
88f323de17 [example_plugin] not using the "real" function in example 2018-02-04 22:18:09 +01:00
Maschell
1299a3cb50 [Example plugin] Removed hardcoded version from Makefile 2018-02-04 10:36:56 +01:00
Maschell
679b90cb9f [Example plugin] Added a very basic plugin based on brainslug 2018-02-04 10:14:45 +01:00