mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-03 16:39:01 -06:00 
			
		
		
		
	fixup! hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
This commit is contained in:
		@@ -27,7 +27,7 @@ public:
 | 
			
		||||
        name = std::move(name_);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    constexpr KEvent* GetParent() const {
 | 
			
		||||
    KEvent* GetParent() const {
 | 
			
		||||
        return parent;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -29,7 +29,7 @@ public:
 | 
			
		||||
    ResultCode Signal();
 | 
			
		||||
    ResultCode Clear();
 | 
			
		||||
 | 
			
		||||
    constexpr KEvent* GetParent() const {
 | 
			
		||||
    KEvent* GetParent() const {
 | 
			
		||||
        return parent;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user