mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Merge pull request #3024 from MerryMage/hle-lock
hle/lock: Remove #pragma once in cpp file
This commit is contained in:
		
						commit
						5b22cf08f0
					
				
					 1 changed files with 1 additions and 3 deletions
				
			
		|  | @ -2,10 +2,8 @@ | ||||||
| // Licensed under GPLv2 or any later version
 | // Licensed under GPLv2 or any later version
 | ||||||
| // Refer to the license.txt file included.
 | // Refer to the license.txt file included.
 | ||||||
| 
 | 
 | ||||||
| #pragma once |  | ||||||
| 
 |  | ||||||
| #include <core/hle/lock.h> | #include <core/hle/lock.h> | ||||||
| 
 | 
 | ||||||
| namespace HLE { | namespace HLE { | ||||||
| std::recursive_mutex g_hle_lock; | std::recursive_mutex g_hle_lock; | ||||||
| } | } // namespace HLE
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue