mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	move ResetType to kernel.h
This commit is contained in:
		
							parent
							
								
									1c0179ad1b
								
							
						
					
					
						commit
						85a83158fb
					
				
					 3 changed files with 6 additions and 7 deletions
				
			
		|  | @ -9,12 +9,6 @@ | ||||||
| 
 | 
 | ||||||
| namespace Kernel { | namespace Kernel { | ||||||
| 
 | 
 | ||||||
| enum class ResetType { |  | ||||||
|     OneShot, |  | ||||||
|     Sticky, |  | ||||||
|     Pulse, |  | ||||||
| }; |  | ||||||
| 
 |  | ||||||
| class Event final : public WaitObject { | class Event final : public WaitObject { | ||||||
| public: | public: | ||||||
|     /**
 |     /**
 | ||||||
|  |  | ||||||
|  | @ -53,6 +53,12 @@ enum { | ||||||
|     DEFAULT_STACK_SIZE = 0x4000, |     DEFAULT_STACK_SIZE = 0x4000, | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
|  | enum class ResetType { | ||||||
|  |     OneShot, | ||||||
|  |     Sticky, | ||||||
|  |     Pulse, | ||||||
|  | }; | ||||||
|  | 
 | ||||||
| class Object : NonCopyable { | class Object : NonCopyable { | ||||||
| public: | public: | ||||||
|     virtual ~Object() {} |     virtual ~Object() {} | ||||||
|  |  | ||||||
|  | @ -5,7 +5,6 @@ | ||||||
| #pragma once | #pragma once | ||||||
| 
 | 
 | ||||||
| #include "common/common_types.h" | #include "common/common_types.h" | ||||||
| #include "core/hle/kernel/event.h" |  | ||||||
| #include "core/hle/kernel/kernel.h" | #include "core/hle/kernel/kernel.h" | ||||||
| 
 | 
 | ||||||
| namespace Kernel { | namespace Kernel { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue