mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-10-31 06:46:40 +08:00 
			
		
		
		
	Merge pull request #6843 from FernandoS27/lives-in-a-pineapple-under-the-sea-2
yuzu-cmd/CMakeLists: Correct attribution for this function.
This commit is contained in:
		
						commit
						b9eee1c539
					
				| @ -1,5 +1,6 @@ | ||||
| set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/CMakeModules) | ||||
| 
 | ||||
| # Credits to Samantas5855 and others for this function. | ||||
| function(create_resource file output filename) | ||||
|     # Read hex data from file | ||||
|     file(READ ${file} filedata HEX) | ||||
|  | ||||
| @ -232,6 +232,7 @@ void EmuWindow_SDL2::WaitEvent() { | ||||
|     } | ||||
| } | ||||
| 
 | ||||
| // Credits to Samantas5855 and others for this function.
 | ||||
| void EmuWindow_SDL2::SetWindowIcon() { | ||||
|     SDL_RWops* const yuzu_icon_stream = SDL_RWFromConstMem((void*)yuzu_icon, yuzu_icon_size); | ||||
|     if (yuzu_icon_stream == nullptr) { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user