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
...
|
*
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
*
-converted tabs to spaces
bunnei
2014-04-01
2
-149
/
+145
*
Load file in qt window
Mathieu Vaillancourt
2014-03-31
1
-12
/
+12
*
Basic QT window
Mathieu Vaillancourt
2014-03-31
40
-0
/
+4463
*
added very hackish ARMulator core initialization and CPU stepping
bunnei
2014-03-31
1
-6
/
+97
*
added simple processing loop and ELF loading to main()... hackish, will clean...
bunnei
2014-03-31
1
-4
/
+17
*
added ELF loading support to loader.cpp
bunnei
2014-03-31
1
-69
/
+113
*
commented out bswap stuff... ARM ELF files are little endian anyway
bunnei
2014-03-31
1
-9
/
+10
*
added support for reading/writing to stack mem
bunnei
2014-03-31
3
-17
/
+40
*
grabbed ppsspp's MemArena
bunnei
2014-03-31
2
-221
/
+428
*
replaced some error logs with debug asserts
bunnei
2014-03-30
1
-4
/
+2
*
removed unnecessary debug assert
bunnei
2014-03-30
1
-1
/
+0
*
added ARM11 MMU from skyeye
bunnei
2014-03-29
6
-145
/
+116
*
initialize mem regions
bunnei
2014-03-29
1
-0
/
+2
*
added various arm modules from skyeye to make project link OK
bunnei
2014-03-29
9
-166
/
+2582
*
added a GetPointer function to Memory for use with ELF loading
bunnei
2014-03-25
3
-30
/
+33
[prev]
[next]