mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
Removed unused defines from common.h
This commit is contained in:
parent
9decdb26c1
commit
59126078c7
@ -37,11 +37,6 @@
|
||||
#define getle64(d) (*((u64*) (d)))
|
||||
#define align(v,a) \
|
||||
(((v) % (a)) ? ((v) + (a) - ((v) % (a))) : (v))
|
||||
|
||||
// work files / directories
|
||||
#define GAME_DIR "/D9Game"
|
||||
#define WORK_DIR "/Decrypt9"
|
||||
#define LOG_FILE "Decrypt9.log"
|
||||
|
||||
inline u32 strchrcount(const char* str, char symbol) {
|
||||
u32 count = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user