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
|
|
@ -30,7 +30,7 @@ public:
|
|||
|
||||
void ClearInstructionCache() override;
|
||||
void InvalidateCacheRange(u32 start_address, std::size_t length) override;
|
||||
void ClearExclusiveState() override {};
|
||||
void ClearExclusiveState() override{};
|
||||
|
||||
void SetPC(u32 pc) override;
|
||||
u32 GetPC() const override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue