index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hw
/
lcd.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
1
-1
/
+0
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
1
-10
/
+9
2016-04-30
LCD: Remove unneeded #undef with no matching #define.
Emmanuel Gil Peyrot
1
-2
/
+0
2016-03-17
core/video_core: Make NumIds functions constexpr
Lioncash
1
-1
/
+1
2016-03-17
core/video_core: Don't cast away const in subscript operators
Lioncash
1
-3
/
+3
2015-06-28
Core: Cleanup hw includes.
Emmanuel Gil Peyrot
1
-0
/
+1
2015-05-29
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
1
-1
/
+1
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
1
-1
/
+2
2015-03-09
Added LCD registers, and implementation for color filling in OGL code.
archshift
1
-0
/
+88
2014-06-13
Core: Cleaned up SingleStep(), updated default LCD refresh to assume each instruction is ~3 cycles
bunnei
1
-1
/
+2
2014-06-12
Rename LCD to GPU.
Tony Wasserka
1
-111
/
+0
2014-06-12
Pica: Add command list registers.
Tony Wasserka
1
-2
/
+10
2014-05-29
lcd: moved kFrameTicks to lcd.h for use in other modules
bunnei
1
-0
/
+2
2014-04-27
added code to LCD modules keep track of framebuffer location in FCRAM or VRAM
bunnei
1
-14
/
+63
2014-04-26
added (fake) physical addresses for where to put framebuffer in VRAM
bunnei
1
-0
/
+10
2014-04-18
renamed hw_lcd module to just lcd
bunnei
1
-0
/
+0
2014-04-09
fixed project includes to use new directory structure
bunnei
1
-1
/
+1
2014-04-09
got rid of 'src' folders in each sub-project
bunnei
1
-0
/
+0
2014-04-09
fixed all license file headers in core
bunnei
1
-23
/
+3
2014-04-05
added a module for interfacing to hardware LCD
bunnei
1
-4
/
+27
2014-04-05
added initial support for hw.cpp module
bunnei
1
-0
/
+6
2014-04-05
added hw module to interface h/w register reads/writes
bunnei
1
-21
/
+9
2014-04-05
- added an interface layer for ARM cores
bunnei
1
-13
/
+25
2013-09-26
renamed from citrus to citra
ShizZy
1
-7
/
+7
2013-09-14
renamed project to 'citrus'
ShizZy
1
-8
/
+8
2013-09-06
added core and mem_map files to the project
ShizZy
1
-12
/
+12
2013-08-30
adding initial project layout
ShizZy
1
-0
/
+35