mirror of
https://github.com/Maschell/saviine.git
synced 2024-11-14 11:05:05 +01:00
forget to rename 2 files
kudos to dimok/chadderz
This commit is contained in:
parent
2b2f1c5004
commit
ac6d4ec771
3
README
3
README
@ -63,3 +63,6 @@ For the commmon folder you have two options:
|
||||
|
||||
- on errors during the injection, the wii tries to restore the old data. but it can't guarantee that it works, make sure to make backups!
|
||||
|
||||
Thanks to
|
||||
dimok - for the homebrew launcher, loadiine gx 2, and ddd with was the base environment for the current version. =)
|
||||
chadderz - for cafiine. Still using some of this old funcions =)
|
@ -3,7 +3,7 @@
|
||||
#include "common/kernel_defs.h"
|
||||
#include "kernel/kernel_functions.h"
|
||||
#include "kernel/syscalls.h"
|
||||
#include "discdumper.h"
|
||||
#include "saviine.h"
|
||||
|
||||
/* our retain data */
|
||||
ReducedCosAppXmlInfo cosAppXmlInfoStruct __attribute__((section(".data")));
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include "common/common.h"
|
||||
#include "game/rpx_rpl_table.h"
|
||||
#include "game/memory_area_table.h"
|
||||
#include "discdumper.h"
|
||||
#include "saviine.h"
|
||||
#include "patcher/function_hooks.h"
|
||||
#include "kernel/kernel_functions.h"
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
#include "dynamic_libs/os_functions.h"
|
||||
#include "kernel/kernel_functions.h"
|
||||
#include "function_hooks.h"
|
||||
#include "discdumper.h"
|
||||
#include "saviine.h"
|
||||
|
||||
#define LIB_CODE_RW_BASE_OFFSET 0xC1000000
|
||||
#define CODE_RW_BASE_OFFSET 0x00000000
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include "game/rpx_rpl_table.h"
|
||||
#include "game/memory_area_table.h"
|
||||
#include "utils/net.h"
|
||||
#include "discdumper.h"
|
||||
#include "saviine.h"
|
||||
#include "utils/logger.h"
|
||||
|
||||
#define TITLE_LOCATION_ODD 0
|
Loading…
Reference in New Issue
Block a user