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
@ -38,11 +38,6 @@
|
||||
#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;
|
||||
for (u32 i = 0; str[i] != '\0'; i++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user