diff options
| author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2020-04-28 13:53:47 -0400 |
|---|---|---|
| committer | Fernando Sahmkow <fsahmkow27@gmail.com> | 2020-04-28 14:02:51 -0400 |
| commit | 9df67b20956c8d0ecaf9fea4a3c82858a66adcca (patch) | |
| tree | e44689a65b28ea298bd793a8461618ffadebf9f7 /src/video_core/engines/kepler_compute.cpp | |
| parent | 37c690576f8b7b9b4207973807b826411452f0c3 (diff) | |
Clang Format and Documentation.
Diffstat (limited to 'src/video_core/engines/kepler_compute.cpp')
| -rw-r--r-- | src/video_core/engines/kepler_compute.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/engines/kepler_compute.cpp b/src/video_core/engines/kepler_compute.cpp index 88717b431..f6237fc6a 100644 --- a/src/video_core/engines/kepler_compute.cpp +++ b/src/video_core/engines/kepler_compute.cpp @@ -24,7 +24,7 @@ KeplerCompute::KeplerCompute(Core::System& system, VideoCore::RasterizerInterfac KeplerCompute::~KeplerCompute() = default; -void KeplerCompute::CallMethod(u32 method, u32 method_argument, bool is_last_call) { +void KeplerCompute::CallMethod(u32 method, u32 method_argument, bool is_last_call) { ASSERT_MSG(method < Regs::NUM_REGS, "Invalid KeplerCompute register, increase the size of the Regs structure"); |
