diff options
| author | Tony Wasserka <neobrainx@gmail.com> | 2014-06-13 21:52:08 +0200 |
|---|---|---|
| committer | Tony Wasserka <neobrainx@gmail.com> | 2014-06-13 21:52:08 +0200 |
| commit | a8f32adcab9553e6b08cb0d3d5bac773e9a5fad0 (patch) | |
| tree | f3b7d5e984f52f26f9080b039bb9109319750cef /Source/Core/VideoCommon/BPStructs.cpp | |
| parent | 0bc6b49c0798a1bc5ef3449ea0b87c318a82f415 (diff) | |
| parent | 5d793881b0d87cad4c7e8847353abfb295b79ebb (diff) | |
Merge pull request #470 from pauldacheez/s-Gamecube-GameCube
Fix the capitalization of "GameCube" throughout the project.
Diffstat (limited to 'Source/Core/VideoCommon/BPStructs.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/BPStructs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/BPStructs.cpp b/Source/Core/VideoCommon/BPStructs.cpp index 1ef06c5716..e9fdf1f83c 100644 --- a/Source/Core/VideoCommon/BPStructs.cpp +++ b/Source/Core/VideoCommon/BPStructs.cpp @@ -51,7 +51,7 @@ static void BPWritten(const BPCmd& bp) some bp cases check the changes variable, because they might not have to be updated all the time NOTE: it seems not all bp cases like checking changes, so calling if (bp.changes == 0 ? false : true) had to be ditched and the games seem to work fine with out it. - NOTE2: Yet Another Gamecube Documentation calls them Bypass Raster State Registers but possibly completely wrong + NOTE2: Yet Another GameCube Documentation calls them Bypass Raster State Registers but possibly completely wrong NOTE3: This controls the register groups: RAS1/2, SU, TF, TEV, C/Z, PEC TODO: Turn into function table. The (future) DisplayList (DL) jit can then call the functions directly, getting rid of dynamic dispatch. Unfortunately, few games use DLs properly - most\ |
