mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-27 05:49:12 +00: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