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
*
services: Get rid of unnecessary includes
Lioncash
2016-02-02
69
-132
/
+32
*
services: Update function tables
Lioncash
2016-02-01
2
-5
/
+11
*
Merge pull request #1377 from MerryMage/mmio
bunnei
2016-01-30
6
-13
/
+127
|
\
|
*
Memory: Implement MMIO
MerryMage
2016-01-30
6
-13
/
+127
*
|
elf: Don't cast away const
Lioncash
2016-01-25
1
-3
/
+3
*
|
archive_backend: Remove unnecessary const from return types
Lioncash
2016-01-25
2
-8
/
+8
*
|
ARM_Disasm::DisassembleMemHalf: actually use width in determining opcode name
rob turner
2016-01-19
1
-9
/
+9
|
/
*
Merge pull request #1327 from Subv/unmap_memblock
bunnei
2016-01-14
5
-5
/
+60
|
\
|
*
HLE/SVC: Implement UnmapMemoryBlock.
Subv
2016-01-14
5
-5
/
+60
*
|
Merge pull request #1283 from Subv/soc_fixup
bunnei
2016-01-05
1
-3
/
+13
|
\
\
|
*
|
HLE/Sockets: Fixed the buffer offset in recvfrom.
Subv
2015-12-24
1
-3
/
+13
*
|
|
Merge pull request #1310 from lioncash/services
bunnei
2015-12-30
25
-113
/
+369
|
\
\
\
|
*
|
|
services: Update some function tables
Lioncash
2015-12-30
25
-113
/
+369
|
|
|
/
|
|
/
|
*
/
|
arm_dyncom_dec: Fix decoding of VMLS
Lioncash
2015-12-30
2
-206
/
+202
|
/
/
*
|
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
[next]