This website requires JavaScript.
Explore
Help
Sign In
The-Homebrew-Cloud
/
WiiUPluginSystem
Watch
2
Star
0
Fork
0
You've already forked WiiUPluginSystem
mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced
2024-11-08 11:55:14 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
894a60c2bf
WiiUPluginSystem
/
loader
/
src
/
common
/
retain_vars.cpp
3 lines
100 B
C++
Raw
Normal View
History
Unescape
Escape
[loader] Added minimal loader project Added an empty project for the loader. This just logs a short string over udp.
2018-02-03 17:03:03 +01:00
#
include
"retain_vars.h"
[Loader] First successfull, complete replacement! - Copied the function patcher from the function_patcher example and modified to work with this porject - Minor formatting - Added global struct with stores the replacement functions - Extended the useable space for plugins
2018-02-10 14:58:58 +01:00
replacement_data_t
gbl_replacement_data
__attribute__
(
(
section
(
"
.data
"
)
)
)
;
Reference in New Issue
Copy Permalink