diff --git a/source/common.h b/source/common.h index 8a0034b..3a2acd0 100644 --- a/source/common.h +++ b/source/common.h @@ -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;