mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-18 05:17:56 -05:00
Sources: Run clang-format on everything.
This commit is contained in:
@ -54,7 +54,7 @@ public:
|
||||
* Record a register write.
|
||||
* @note Use this whenever a GPU-related MMIO register has been written to.
|
||||
*/
|
||||
template<typename T>
|
||||
template <typename T>
|
||||
void RegisterWritten(u32 physical_address, T value);
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user