mirror of
				https://github.com/KartKrewDev/RingRacers.git
				synced 2025-10-30 08:01:28 +00:00 
			
		
		
		
	Set SDL_HINT_APP_NAME SDL hint
As with SDL3 and SDL2-compat, the app name logic is different and the default name is instead a generic "SDL Application"
This commit is contained in:
		
							parent
							
								
									3c19027aa8
								
							
						
					
					
						commit
						c9c4796260
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		|  | @ -1639,6 +1639,11 @@ INT32 I_StartupSystem(void) | |||
| 	 SDLcompiled.major, SDLcompiled.minor, SDLcompiled.patch); | ||||
| 	I_OutputMsg("Linked with SDL version: %d.%d.%d\n", | ||||
| 	 SDLlinked.major, SDLlinked.minor, SDLlinked.patch); | ||||
| 
 | ||||
| #if (SDL_VERSION_ATLEAST(2, 0, 18)) | ||||
| 	SDL_SetHint(SDL_HINT_APP_NAME, "Dr. Robotnik's Ring Racers"); | ||||
| #endif | ||||
| 
 | ||||
| 	if (SDL_Init(0) < 0) | ||||
| 		I_Error("Dr. Robotnik's Ring Racers: SDL System Error: %s", SDL_GetError()); //Alam: Oh no....
 | ||||
| #ifndef NOMUMBLE | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 SteelT
						SteelT