Commit 48ce5880 authored by Lioncash's avatar Lioncash
Browse files

video_core/engines/maxwell_3d: Simplify for loops into ranged for loops within...

video_core/engines/maxwell_3d: Simplify for loops into ranged for loops within InitializeRegisterDefaults()

Lessens the amount of code that needs to be read, and gets rid of the
need to introduce an indexing variable. Instead, we just operate on the
objects directly.
parent c4d54991
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment