aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/engines/kepler_memory.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2020-04-28 13:53:47 -0400
committerFernando Sahmkow <fsahmkow27@gmail.com>2020-04-28 14:02:51 -0400
commit9df67b20956c8d0ecaf9fea4a3c82858a66adcca (patch)
treee44689a65b28ea298bd793a8461618ffadebf9f7 /src/video_core/engines/kepler_memory.h
parent37c690576f8b7b9b4207973807b826411452f0c3 (diff)
Clang Format and Documentation.
Diffstat (limited to 'src/video_core/engines/kepler_memory.h')
-rw-r--r--src/video_core/engines/kepler_memory.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/video_core/engines/kepler_memory.h b/src/video_core/engines/kepler_memory.h
index 193caf206..5b7f71a00 100644
--- a/src/video_core/engines/kepler_memory.h
+++ b/src/video_core/engines/kepler_memory.h
@@ -42,7 +42,8 @@ public:
void CallMethod(u32 method, u32 method_argument, bool is_last_call) override;
/// Write multiple values to the register identified by method.
- void CallMultiMethod(u32 method, const u32* base_start, u32 amount, u32 methods_pending) override;
+ void CallMultiMethod(u32 method, const u32* base_start, u32 amount,
+ u32 methods_pending) override;
struct Regs {
static constexpr size_t NUM_REGS = 0x7F;