mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Merge pull request #1500 from lioncash/nullptr
gsp_gpu: Change 0 literal to nullptr
This commit is contained in:
		
						commit
						afb5140b53
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -320,7 +320,7 @@ static void RegisterInterruptRelayQueue(Service::Interface* self) { | ||||||
|  * @todo This probably does not belong in the GSP module, instead move to video_core |  * @todo This probably does not belong in the GSP module, instead move to video_core | ||||||
|  */ |  */ | ||||||
| void SignalInterrupt(InterruptId interrupt_id) { | void SignalInterrupt(InterruptId interrupt_id) { | ||||||
|     if (0 == g_interrupt_event) { |     if (nullptr == g_interrupt_event) { | ||||||
|         LOG_WARNING(Service_GSP, "cannot synchronize until GSP event has been created!"); |         LOG_WARNING(Service_GSP, "cannot synchronize until GSP event has been created!"); | ||||||
|         return; |         return; | ||||||
|     } |     } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue