index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
got rid of 'src' folders in each sub-project
bunnei
2014-04-08
148
-0
/
+0
*
fixed some license headers that I missed
bunnei
2014-04-08
2
-46
/
+6
*
fixed all license file headers in core
bunnei
2014-04-08
12
-303
/
+44
*
fixed licensing issue with core_timing being GPL v2+ instead of Dolphin's GPL v2
bunnei
2014-04-08
2
-487
/
+455
*
fixed license header in video_core
bunnei
2014-04-08
7
-182
/
+23
*
- removed lots of unused code from gekko
bunnei
2014-04-08
3
-367
/
+110
*
Merge branch 'hardware-interface'
bunnei
2014-04-07
32
-166
/
+1773
|
\
|
*
removed unused comments, changed main processing loop to be infinite
bunnei
2014-04-07
1
-34
/
+2
|
*
added support for renderering the external framebuffers
bunnei
2014-04-07
2
-20
/
+147
|
*
added external framebuffer GL handles
bunnei
2014-04-06
1
-2
/
+11
|
*
removed log message from hw_lcd
bunnei
2014-04-06
1
-2
/
+0
|
*
added hack physical memory reads with Memory::GetPointer
bunnei
2014-04-06
1
-2
/
+9
|
*
added "citra" instead of "emu" to title bar
bunnei
2014-04-06
1
-1
/
+1
|
*
added logger option specifically for the renderer
bunnei
2014-04-06
2
-2
/
+2
|
*
calling SwapBuffers from hw_lcd.cpp
bunnei
2014-04-06
1
-0
/
+2
|
*
initialize VideoCore
bunnei
2014-04-06
1
-2
/
+3
|
*
added initial renderer code
bunnei
2014-04-06
7
-19
/
+534
|
*
set window size to correspond to framebuffer sizes
bunnei
2014-04-06
2
-5
/
+4
|
*
added project linker reference
bunnei
2014-04-06
1
-0
/
+3
|
*
added video_core project to solution
bunnei
2014-04-05
8
-0
/
+567
|
*
added missing includes to common_types.h
bunnei
2014-04-05
1
-0
/
+3
|
*
added g_app_core->Step and HW::Update to Core::SingleStep to be consistent wi...
bunnei
2014-04-05
1
-1
/
+5
|
*
changed hw_lcd to use ARM core correct tick counter instead of [what was actu...
bunnei
2014-04-05
3
-8
/
+48
|
*
Updated common_types.h to use Gekko's version w/ Rect and some useful unions
bunnei
2014-04-05
1
-30
/
+102
|
*
added DISALLOW_COPY_AND_ASSIGN macro
bunnei
2014-04-05
1
-0
/
+5
|
*
added LCD logger
bunnei
2014-04-05
2
-2
/
+2
|
*
add hw_lcd.* to VS project files
bunnei
2014-04-05
2
-0
/
+8
|
*
added an "Update" method to update all hardware
bunnei
2014-04-05
2
-0
/
+10
|
*
added a module for interfacing to hardware LCD
bunnei
2014-04-05
2
-0
/
+129
|
*
added a tick counter
bunnei
2014-04-05
1
-4
/
+12
|
*
added initial support for hw.cpp module
bunnei
2014-04-05
8
-52
/
+69
|
*
added hw module to interface h/w register reads/writes
bunnei
2014-04-04
5
-3
/
+118
|
*
added a HW option to logging
bunnei
2014-04-04
2
-48
/
+48
|
*
renamed some functions
bunnei
2014-04-04
1
-11
/
+11
*
|
Remove Core::GetState(). Use new ARM_Interface instead.
Mathieu Vaillancourt
2014-04-04
4
-29
/
+25
*
|
Support vs express edition without having to get platform sdk
Mathieu Vaillancourt
2014-04-04
1
-0
/
+0
|
/
*
added entry point loading from ELF file
bunnei
2014-04-04
1
-2
/
+4
*
- added an interface layer for ARM cores
bunnei
2014-04-04
7
-77
/
+213
*
renamed ARM disassembler class from "Arm" to "ARM_Disasm"
bunnei
2014-04-04
2
-27
/
+27
*
got rid of some really poorly named macros in SkyEye core
bunnei
2014-04-04
3
-9
/
+9
*
moved arm core to interpreter directory
bunnei
2014-04-04
17
-65
/
+71
*
added some commented out ARMulator functions
bunnei
2014-04-03
1
-20
/
+3
*
added hack to allow physical mem read/writes
bunnei
2014-04-03
1
-2
/
+20
*
made memory #define's enum to make debugging easier
bunnei
2014-04-03
1
-15
/
+21
*
More Qt changes for debugger
Mathieu Vaillancourt
2014-04-03
9
-187
/
+190
*
Add Core::GetState() for debugger
Mathieu Vaillancourt
2014-04-03
2
-0
/
+9
*
removed some useless log messages
bunnei
2014-04-03
1
-2
/
+0
*
added thumb mode emulation
bunnei
2014-04-03
6
-4
/
+522
*
convert tabs to spaces
bunnei
2014-04-01
47
-5298
/
+5298
*
convert tabs to spaces
bunnei
2014-04-01
10
-6796
/
+6796
[next]