diff options
| author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2019-04-23 08:02:24 -0400 |
|---|---|---|
| committer | Fernando Sahmkow <fsahmkow27@gmail.com> | 2019-04-23 08:02:24 -0400 |
| commit | 021d28c9b81d86d52b989b4cc6828f33c6a63c9b (patch) | |
| tree | 9b0245e332e799469a90c99069e3647303556c06 /src/video_core/engines/kepler_memory.cpp | |
| parent | 701ce1c9d03c6c6a70965cbba3e961ab06abf49c (diff) | |
Corrections and styling
Diffstat (limited to 'src/video_core/engines/kepler_memory.cpp')
| -rw-r--r-- | src/video_core/engines/kepler_memory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/engines/kepler_memory.cpp b/src/video_core/engines/kepler_memory.cpp index 71fa499d3..0561f676c 100644 --- a/src/video_core/engines/kepler_memory.cpp +++ b/src/video_core/engines/kepler_memory.cpp @@ -31,7 +31,7 @@ void KeplerMemory::CallMethod(const GPU::MethodCall& method_call) { break; } case KEPLERMEMORY_REG_INDEX(data): { - bool is_last_call = method_call.IsLastCall(); + const bool is_last_call = method_call.IsLastCall(); upload_state.ProcessData(method_call.argument, is_last_call); if (is_last_call) { system.GPU().Maxwell3D().dirty_flags.OnMemoryWrite(); |
