mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-03 23:28:48 +00:00 
			
		
		
		
	Code review actions (plus hopefully fix the linux CI)
This commit is contained in:
		
							parent
							
								
									9bd189a155
								
							
						
					
					
						commit
						92640fc29c
					
				
					 46 changed files with 155 additions and 109 deletions
				
			
		| 
						 | 
				
			
			@ -53,9 +53,11 @@ public:
 | 
			
		|||
    void ClearInstructionCache() override;
 | 
			
		||||
    void InvalidateCacheRange(u32 start_address, std::size_t length) override;
 | 
			
		||||
    void SetPageTable(const std::shared_ptr<Memory::PageTable>& page_table) override;
 | 
			
		||||
    std::shared_ptr<Memory::PageTable> GetPageTable() const override;
 | 
			
		||||
    void PurgeState() override;
 | 
			
		||||
 | 
			
		||||
protected:
 | 
			
		||||
    std::shared_ptr<Memory::PageTable> GetPageTable() const override;
 | 
			
		||||
 | 
			
		||||
private:
 | 
			
		||||
    friend class DynarmicUserCallbacks;
 | 
			
		||||
    Core::System& system;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue