mirror of
https://github.com/PCSX2/pcsx2-sourceforge.git
synced 2026-02-04 03:11:18 +01:00
18 lines
343 B
C
18 lines
343 B
C
#ifndef PATCHES_H_INCLUDED
|
|
#define PATCHES_H_INCLUDED
|
|
|
|
#define CONFIG_DIR "inis"
|
|
|
|
#define DEFAULT_BIOS_DIR "bios"
|
|
#define DEFAULT_PLUGINS_DIR "plugins"
|
|
|
|
#define MEMCARDS_DIR "memcards"
|
|
#define PATCHES_DIR "patches"
|
|
|
|
#define SSTATES_DIR "sstates"
|
|
|
|
#define LANGS_DIR "Langs"
|
|
|
|
#define LOGS_DIR "logs"
|
|
|
|
#endif//PATCHES_H_INCLUDED
|