diff options
author | Tony Wasserka <NeoBrainX@gmail.com> | 2014-05-17 22:50:33 +0200 |
---|---|---|
committer | bunnei <ericbunnie@gmail.com> | 2014-06-12 12:10:49 +0200 |
commit | 1dfa3928242ad486040b1c65768faa2c7fce4654 (patch) | |
tree | 50efedc7e5090c36df63043bd542e7e8508fa1c0 /src/core/hw/lcd.h | |
parent | citra-qt: Add GX command history viewer. (diff) | |
download | yuzu-1dfa3928242ad486040b1c65768faa2c7fce4654.tar yuzu-1dfa3928242ad486040b1c65768faa2c7fce4654.tar.gz yuzu-1dfa3928242ad486040b1c65768faa2c7fce4654.tar.bz2 yuzu-1dfa3928242ad486040b1c65768faa2c7fce4654.tar.lz yuzu-1dfa3928242ad486040b1c65768faa2c7fce4654.tar.xz yuzu-1dfa3928242ad486040b1c65768faa2c7fce4654.tar.zst yuzu-1dfa3928242ad486040b1c65768faa2c7fce4654.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/hw/gpu.h (renamed from src/core/hw/lcd.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hw/lcd.h b/src/core/hw/gpu.h index 2ae852d7c..c81b1bb3f 100644 --- a/src/core/hw/lcd.h +++ b/src/core/hw/gpu.h @@ -6,7 +6,7 @@ #include "common/common_types.h" -namespace LCD { +namespace GPU { struct Registers { u32 framebuffer_top_left_1; |