mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-03 23:28:48 +00:00 
			
		
		
		
	clang format
This commit is contained in:
		
							parent
							
								
									ae6b7edc25
								
							
						
					
					
						commit
						e74b2575d7
					
				
					 7 changed files with 14 additions and 11 deletions
				
			
		| 
						 | 
				
			
			@ -20,15 +20,15 @@ namespace Core {
 | 
			
		|||
class DynarmicExclusiveMonitor;
 | 
			
		||||
class ExclusiveMonitor;
 | 
			
		||||
class System;
 | 
			
		||||
}
 | 
			
		||||
} // namespace Core
 | 
			
		||||
 | 
			
		||||
class DynarmicUserCallbacks;
 | 
			
		||||
 | 
			
		||||
class ARM_Dynarmic final : public ARM_Interface {
 | 
			
		||||
public:
 | 
			
		||||
    explicit ARM_Dynarmic(Core::System* system_, Memory::MemorySystem& memory_, u32 core_id_,
 | 
			
		||||
                           std::shared_ptr<Core::Timing::Timer> timer,
 | 
			
		||||
                           Core::ExclusiveMonitor& exclusive_monitor_);
 | 
			
		||||
                          std::shared_ptr<Core::Timing::Timer> timer,
 | 
			
		||||
                          Core::ExclusiveMonitor& exclusive_monitor_);
 | 
			
		||||
    ~ARM_Dynarmic() override;
 | 
			
		||||
 | 
			
		||||
    void Run() override;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,7 +6,8 @@
 | 
			
		|||
 | 
			
		||||
namespace Core {
 | 
			
		||||
 | 
			
		||||
DynarmicExclusiveMonitor::DynarmicExclusiveMonitor(Memory::MemorySystem& memory_, std::size_t core_count_)
 | 
			
		||||
DynarmicExclusiveMonitor::DynarmicExclusiveMonitor(Memory::MemorySystem& memory_,
 | 
			
		||||
                                                   std::size_t core_count_)
 | 
			
		||||
    : monitor{core_count_}, memory{memory_} {}
 | 
			
		||||
 | 
			
		||||
DynarmicExclusiveMonitor::~DynarmicExclusiveMonitor() = default;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -17,7 +17,7 @@ namespace Core {
 | 
			
		|||
 | 
			
		||||
class DynarmicExclusiveMonitor final : public ExclusiveMonitor {
 | 
			
		||||
public:
 | 
			
		||||
    explicit DynarmicExclusiveMonitor( Memory::MemorySystem& memory_, std::size_t core_count_);
 | 
			
		||||
    explicit DynarmicExclusiveMonitor(Memory::MemorySystem& memory_, std::size_t core_count_);
 | 
			
		||||
    ~DynarmicExclusiveMonitor() override;
 | 
			
		||||
 | 
			
		||||
    u8 ExclusiveRead8(std::size_t core_index, VAddr addr) override;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue