mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	HLE: Rename RescheduleIsPending to IsReschedulePending.
This commit is contained in:
		
							parent
							
								
									6b7ebb3f82
								
							
						
					
					
						commit
						4cb2995c61
					
				
					 3 changed files with 3 additions and 3 deletions
				
			
		|  | @ -52,7 +52,7 @@ void RunLoop(int tight_loop) { | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     HW::Update(); |     HW::Update(); | ||||||
|     if (HLE::RescheduleIsPending()) { |     if (HLE::IsReschedulePending()) { | ||||||
|         Kernel::Reschedule(); |         Kernel::Reschedule(); | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -36,7 +36,7 @@ void Reschedule(const char *reason) { | ||||||
|     reschedule = true; |     reschedule = true; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| bool RescheduleIsPending() { | bool IsReschedulePending() { | ||||||
|     return reschedule; |     return reschedule; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -14,7 +14,7 @@ const Handle INVALID_HANDLE = 0; | ||||||
| namespace HLE { | namespace HLE { | ||||||
| 
 | 
 | ||||||
| void Reschedule(const char *reason); | void Reschedule(const char *reason); | ||||||
| bool RescheduleIsPending(); | bool IsReschedulePending(); | ||||||
| void DoneRescheduling(); | void DoneRescheduling(); | ||||||
| 
 | 
 | ||||||
| void Init(); | void Init(); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue