mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Merge pull request #661 from linkmauve/cleanup
Fix two minor understandability issues in common
This commit is contained in:
		
						commit
						6977877665
					
				
					 2 changed files with 6 additions and 11 deletions
				
			
		|  | @ -17,13 +17,12 @@ | ||||||
| 
 | 
 | ||||||
| // The user data dir
 | // The user data dir
 | ||||||
| #define ROOT_DIR "." | #define ROOT_DIR "." | ||||||
| #ifdef _WIN32 |  | ||||||
|     #define USERDATA_DIR "user" |  | ||||||
|     #define EMU_DATA_DIR "Citra Emulator" |  | ||||||
| #else |  | ||||||
| #define USERDATA_DIR "user" | #define USERDATA_DIR "user" | ||||||
| #ifdef USER_DIR | #ifdef USER_DIR | ||||||
|     #define EMU_DATA_DIR USER_DIR |     #define EMU_DATA_DIR USER_DIR | ||||||
|  | #else | ||||||
|  |     #ifdef _WIN32 | ||||||
|  |         #define EMU_DATA_DIR "Citra Emulator" | ||||||
|     #else |     #else | ||||||
|         #define EMU_DATA_DIR "citra-emu" |         #define EMU_DATA_DIR "citra-emu" | ||||||
|     #endif |     #endif | ||||||
|  |  | ||||||
|  | @ -83,7 +83,7 @@ inline struct tm* localtime_r(const time_t *clock, struct tm *result) { | ||||||
| } | } | ||||||
| #endif | #endif | ||||||
| 
 | 
 | ||||||
| #else | #else // EMU_PLATFORM != PLATFORM_WINDOWS
 | ||||||
| 
 | 
 | ||||||
| #define EMU_FASTCALL __attribute__((fastcall)) | #define EMU_FASTCALL __attribute__((fastcall)) | ||||||
| #define __stdcall | #define __stdcall | ||||||
|  | @ -92,10 +92,6 @@ inline struct tm* localtime_r(const time_t *clock, struct tm *result) { | ||||||
| #define BOOL bool | #define BOOL bool | ||||||
| #define DWORD u32 | #define DWORD u32 | ||||||
| 
 | 
 | ||||||
| #endif |  | ||||||
| 
 |  | ||||||
| #if EMU_PLATFORM != PLATFORM_WINDOWS |  | ||||||
| 
 |  | ||||||
| // TODO: Hacks..
 | // TODO: Hacks..
 | ||||||
| #include <limits.h> | #include <limits.h> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue