-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FREEEEEEEEDDDDDDDOOOOOOOOOMMMMMMMMMMMM:
Version 1.5: Massive code cleanup, background icons, font support and a special something with exiting ;-)
- Loading branch information
Showing
60 changed files
with
25,199 additions
and
490 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#ifndef _COMMON_H_ | ||
#define _COMMON_H_ | ||
|
||
#define UMD_REGION_NAME "UMD_Region_Changer" | ||
|
||
#define UMD_REGION_PATH_SIZE 256 | ||
|
||
#define MS_ROOT "ms0:/" | ||
|
||
#define GAME_PATH "PSP/GAME/" | ||
|
||
#define UMD_REGION_PATH MS_ROOT GAME_PATH UMD_REGION_NAME "/" | ||
#define UMD_REGION_FILE "region.txt" | ||
#define UMD_REGION_TYPE UMD_REGION_PATH UMD_REGION_FILE | ||
|
||
|
||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.