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
*
Merge pull request #1306 from Subv/sync
bunnei
2015-12-29
1
-3
/
+3
|
\
|
*
HLE/Timers: Reset OneShot timers when they are acquired instead of when they'...
Subv
2015-12-29
1
-3
/
+3
*
|
core: Use unique_ptr for holding the interpreter instances
Lioncash
2015-12-29
2
-8
/
+12
|
/
*
Merge pull request #1300 from Subv/arbitrateaddress
bunnei
2015-12-28
2
-9
/
+18
|
\
|
*
SVC: Fixed ArbitrateAddress to behave as it does on hardware.
Subv
2015-12-27
2
-9
/
+18
*
|
dyncom: Handle modifying the APSR via an MRC instruction
Lioncash
2015-12-28
1
-12
/
+9
*
|
svc: Remove superfluous printf argument
Lioncash
2015-12-25
1
-1
/
+1
|
/
*
dyncom: Remove PC dispatch from several instructions
Lioncash
2015-12-20
1
-94
/
+0
*
dyncom: Handle unprivileged load/store variants correctly
Lioncash
2015-12-19
1
-7
/
+33
*
svc: Fix compilation with LOG_TRACE enabled
Lioncash
2015-12-12
1
-1
/
+1
*
Merge pull request #1272 from yuriks/merge-rasterizer
Yuri Kunde Schlesner
2015-12-07
3
-11
/
+11
|
\
|
*
VideoCore: Unify interface to OpenGL and SW rasterizers
Yuri Kunde Schlesner
2015-12-07
3
-11
/
+11
|
*
VideoCore: Rename HWRasterizer methods to be less confusing
Yuri Kunde Schlesner
2015-12-06
3
-10
/
+10
*
|
dyncom: Remove static keyword from header functions
Lioncash
2015-12-06
3
-19
/
+19
*
|
arm_interface: Make GetNumInstructions const
Lioncash
2015-12-06
1
-1
/
+1
*
|
arm_interface: directly initialize class members
Lioncash
2015-12-06
1
-7
/
+2
*
|
dyncom: const correctness changes
Lioncash
2015-12-06
3
-7
/
+7
|
/
*
Merge pull request #1252 from Subv/cam
bunnei
2015-12-03
1
-0
/
+156
|
\
|
*
Services/Cam: Added new log type and camera enums from 3dbrew.
Subv
2015-11-23
1
-0
/
+156
*
|
Kernel: Implement svcGetSystemInfo
Yuri Kunde Schlesner
2015-11-30
7
-1
/
+95
*
|
armstate: Zero out the registers on creation
Lioncash
2015-11-29
1
-11
/
+11
*
|
Core/ARM11: Correct the size of the VFP register array in the ThreadContext s...
Subv
2015-11-29
1
-1
/
+1
*
|
Merge pull request #1225 from lioncash/clean
bunnei
2015-11-28
1
-12
/
+13
|
\
\
|
*
|
csnd_snd: Get rid of type punning
Lioncash
2015-10-28
1
-12
/
+13
*
|
|
Merge pull request #1248 from polaris-/add-ssl-stubs
bunnei
2015-11-24
1
-2
/
+51
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Add stub functions for Initialize and GenerateRandomData in ssl:C
polaris-
2015-11-22
1
-2
/
+51
*
|
|
Merge pull request #1246 from polaris-/patch-1
bunnei
2015-11-22
1
-26
/
+31
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix read and write register blocks in gdbstub
polaris-
2015-11-22
1
-26
/
+31
*
|
|
Add Initialize and GenerateRandomData stubs
polaris-
2015-11-22
1
-0
/
+2
|
/
/
*
|
Merge pull request #1122 from polaris-/gdbstub
bunnei
2015-11-11
9
-9
/
+1145
|
\
\
|
|
/
|
/
|
|
*
Fix bug with reading addresses and lengths
polaris-
2015-11-03
1
-45
/
+55
|
*
Change headers
polaris-
2015-10-29
1
-2
/
+2
|
*
Add some headers so TravisCI will hopefully work
polaris-
2015-10-22
1
-0
/
+2
|
*
Use CHAR_BIT instead of 8
polaris-
2015-10-22
1
-11
/
+11
|
*
Handle changes pointed out in comments on PR
polaris-
2015-10-22
1
-61
/
+34
|
*
Add a register variable to loops
polaris-
2015-10-21
1
-6
/
+9
|
*
Update register read loops to go with last commit
polaris-
2015-10-21
1
-6
/
+7
|
*
Pad responses to gdb for VFP registers
polaris-
2015-10-21
1
-0
/
+3
|
*
Try to add support for VFP registers
polaris-
2015-10-21
1
-4
/
+21
|
*
Fix buffer overflow comments
polaris-
2015-10-21
1
-2
/
+3
|
*
Remove unnecessary new lines, changed Deinit to Shutdown
polaris-
2015-10-11
4
-10
/
+7
|
*
Use BreakpointAddress struct instead of passing address directly
polaris-
2015-10-04
3
-8
/
+18
|
*
Implement gdbstub
polaris-
2015-10-04
9
-9
/
+1128
*
|
Merge pull request #1165 from esoteric-programmer/master
bunnei
2015-10-28
2
-4
/
+66
|
\
\
|
*
|
Added CSND stub.
Matthias Ernst
2015-10-28
2
-4
/
+66
*
|
|
Merge pull request #1208 from archshift/free-bytes
bunnei
2015-10-28
8
-1
/
+60
|
\
\
\
|
*
|
|
Implement FS_User::GetFreeBytes
archshift
2015-10-27
8
-1
/
+60
*
|
|
|
Fix copy paste
Filiph Sandström
2015-10-24
1
-1
/
+1
*
|
|
|
Fix wrong branch
Filiph Sandström
2015-10-23
1
-0
/
+12
*
|
|
|
Add GetTotalStepCount Stub
Filiph Sandström
2015-10-23
1
-1
/
+1
[next]