index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
missed this file with commit 95e5436f
bunnei
2014-04-10
1
-1
/
+10
|
*
|
added Memory::GetCharPointer to read strings from HLE functions
bunnei
2014-04-10
1
-0
/
+4
|
*
|
cleaned up arm_interface, added a setter to set registers for use with HLE re...
bunnei
2014-04-10
2
-6
/
+70
*
|
|
Implement simple LoadSymbols for ELF files
Mathieu Vaillancourt
2014-04-12
1
-63
/
+13
|
|
/
|
/
|
*
|
fixed a bunch of errors in CMakeLists
bunnei
2014-04-09
1
-1
/
+1
*
|
updated CMakeLists
bunnei
2014-04-09
1
-8
/
+21
|
/
*
fixed licensing and updated code style naming for arm_interface/arm_interpret...
bunnei
2014-04-08
3
-94
/
+57
*
fixed project includes to use new directory structure
bunnei
2014-04-08
34
-251
/
+255
*
got rid of 'src' folders in each sub-project
bunnei
2014-04-08
48
-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
*
Merge branch 'hardware-interface'
bunnei
2014-04-07
13
-47
/
+386
|
\
|
*
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
|
*
calling SwapBuffers from hw_lcd.cpp
bunnei
2014-04-06
1
-0
/
+2
|
*
initialize VideoCore
bunnei
2014-04-06
1
-2
/
+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
|
*
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
|
*
renamed some functions
bunnei
2014-04-04
1
-11
/
+11
*
|
Remove Core::GetState(). Use new ARM_Interface instead.
Mathieu Vaillancourt
2014-04-04
1
-2
/
+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
*
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
10
-6796
/
+6796
*
-converted tabs to spaces
bunnei
2014-04-01
2
-149
/
+145
*
added very hackish ARMulator core initialization and CPU stepping
bunnei
2014-03-31
1
-6
/
+97
*
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
*
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]