diff options
| author | 2016-10-21 11:35:47 +0800 | |
|---|---|---|
| committer | 2016-10-21 11:35:47 +0800 | |
| commit | 8b367777319b4fc14c7a9af6b91e07702cbb8742 (patch) | |
| tree | fa2cf9ff34820635fcea6a48679547f40c58bd17 /src/video_core | |
| parent | Merge pull request #2024 from JamePeng/update-boss-code (diff) | |
| parent | Fix typos (diff) | |
| download | yuzu-8b367777319b4fc14c7a9af6b91e07702cbb8742.tar.gz yuzu-8b367777319b4fc14c7a9af6b91e07702cbb8742.tar.xz yuzu-8b367777319b4fc14c7a9af6b91e07702cbb8742.zip | |
Merge pull request #2131 from ricardotk/typos
Fix typos
Diffstat (limited to 'src/video_core')
| -rw-r--r-- | src/video_core/command_processor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/command_processor.cpp b/src/video_core/command_processor.cpp index bb618cacd..fda91e29c 100644 --- a/src/video_core/command_processor.cpp +++ b/src/video_core/command_processor.cpp | |||
| @@ -292,7 +292,7 @@ static void WritePicaReg(u32 id, u32 value, u32 mask) { | |||
| 292 | } | 292 | } |
| 293 | } | 293 | } |
| 294 | 294 | ||
| 295 | // Retreive vertex from register data | 295 | // Retrieve vertex from register data |
| 296 | Shader::OutputVertex output_vertex = output_registers.ToVertex(regs.vs); | 296 | Shader::OutputVertex output_vertex = output_registers.ToVertex(regs.vs); |
| 297 | 297 | ||
| 298 | // Send to renderer | 298 | // Send to renderer |