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
*
Created a whitelist of system archives to prevent false positives creating di...
TheKoopaKingdom
2017-06-02
6
-24
/
+60
*
Optimized messages that were repetitive and added ability for core errors to ...
TheKoopaKingdom
2017-06-02
1
-2
/
+15
*
Made some changes from review comments:
TheKoopaKingdom
2017-06-02
8
-35
/
+33
*
Added system for handling core errors in citra-qt.
TheKoopaKingdom
2017-06-02
5
-8
/
+43
*
Fixed encrypted ROM error messages.
TheKoopaKingdom
2017-06-02
3
-9
/
+19
*
Merge pull request #2722 from wwylele/cam-ipc-helper
bunnei
2017-05-31
2
-293
/
+265
|
\
|
*
fixup!cam: use IPCHelper
wwylele
2017-05-27
2
-30
/
+43
|
*
cam: move u32->u8 trancation to IPCHelper
wwylele
2017-05-24
1
-34
/
+33
|
*
cam: use IPCHelper
wwylele
2017-05-24
1
-278
/
+238
*
|
Merge pull request #2739 from yuriks/kernel-reorg
bunnei
2017-05-31
25
-341
/
+428
|
\
\
|
*
|
Kernel: Move HandleTable to a separate file
Yuri Kunde Schlesner
2017-05-29
18
-203
/
+242
|
*
|
Kernel: Move WaitObject to a separate file
Yuri Kunde Schlesner
2017-05-29
13
-132
/
+176
|
*
|
Kernel: Removed HandleTable::GetWaitObject
Yuri Kunde Schlesner
2017-05-29
2
-11
/
+2
|
*
|
Kernel: Extract dynamic Object pointer cast into its own function
Yuri Kunde Schlesner
2017-05-29
1
-11
/
+24
*
|
|
CMake: Remove unnecessary include_directories for dynarmic
Yuri Kunde Schlesner
2017-05-27
1
-3
/
+0
*
|
|
CMake: Add cryptopp include path to target property
Yuri Kunde Schlesner
2017-05-27
1
-1
/
+0
*
|
|
CMake: Use IMPORTED target for Boost
Yuri Kunde Schlesner
2017-05-27
1
-1
/
+1
|
/
/
*
|
CMake: Correct inter-module dependencies and library visibility
Yuri Kunde Schlesner
2017-05-27
1
-2
/
+2
*
|
Remove some unnecessary inclusions of video_core.h
Yuri Kunde Schlesner
2017-05-27
2
-2
/
+0
*
|
Move screen size constants from video_core to core
Yuri Kunde Schlesner
2017-05-27
5
-13
/
+46
*
|
Core: Fix some out-of-style includes
Yuri Kunde Schlesner
2017-05-27
4
-4
/
+4
*
|
Move framebuffer_layout from Common to Core
Yuri Kunde Schlesner
2017-05-27
4
-1
/
+215
*
|
Merge pull request #2716 from yuriks/decentralized-result
bunnei
2017-05-26
32
-277
/
+343
|
\
\
|
*
|
FS: Remove unused result definition
Yuri Kunde Schlesner
2017-05-24
1
-5
/
+0
|
*
|
Kernel: Centralize error definitions in errors.h
Yuri Kunde Schlesner
2017-05-24
23
-132
/
+178
|
*
|
GSP_GPU: Move error codes from result.h to local file
Yuri Kunde Schlesner
2017-05-24
2
-17
/
+23
|
*
|
FileSys: Move all result description to errors.h
Yuri Kunde Schlesner
2017-05-24
10
-105
/
+115
|
*
|
result: Make error description a generic integer
Yuri Kunde Schlesner
2017-05-24
3
-6
/
+18
|
*
|
Make BitField and ResultCode constexpr-initializable
Yuri Kunde Schlesner
2017-05-24
1
-18
/
+15
*
|
|
telemetry: Log a few simple data fields throughout core.
bunnei
2017-05-24
3
-1
/
+22
*
|
|
core: Keep track of telemetry for the current emulation session.
bunnei
2017-05-24
5
-0
/
+83
|
|
/
|
/
|
*
|
Merge pull request #2692 from Subv/vfp_ftz
Sebastian Valle
2017-05-22
2
-0
/
+26
|
\
\
|
|
/
|
/
|
|
*
fixup! Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled.
Subv
2017-05-21
2
-4
/
+0
|
*
Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled.
Subv
2017-05-08
2
-0
/
+30
*
|
Merge pull request #2406 from Subv/session_disconnect
Yuri Kunde Schlesner
2017-05-21
8
-51
/
+84
|
\
\
|
*
|
Kernel/Sessions: Remove the ClientSession::Create function.
Subv
2017-05-21
3
-16
/
+3
|
*
|
Kernel: Remove a now unused enum and variable regarding a session's status.
Subv
2017-05-15
2
-8
/
+0
|
*
|
Kernel: Use a Session object to keep track of the status of a Client/Server s...
Subv
2017-05-15
8
-32
/
+86
*
|
|
Merge pull request #2694 from Subv/vfp_vsub_ftz
Merry
2017-05-22
1
-2
/
+12
|
\
\
\
|
*
|
|
Dyncom/VFP: Perform flush-to-zero on the second operand of vsub before sendin...
Subv
2017-05-13
1
-2
/
+12
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #2661 from Subv/uds5
bunnei
2017-05-19
5
-33
/
+602
|
\
\
\
|
*
|
|
Services/UDS: Use the new IPC helper functions.
Subv
2017-05-15
1
-21
/
+10
|
*
|
|
Services/UDS: Implement RecvBeaconBroadcastData.
Subv
2017-05-15
1
-19
/
+69
|
*
|
|
Services/UDS: Generate the UDS beacons when the beacon callback fires.
Subv
2017-05-15
5
-7
/
+537
*
|
|
|
use IPCHelper for PTM services
emmaus
2017-05-19
3
-31
/
+45
*
|
|
|
Merge pull request #2687 from yuriks/address-mappings
Yuri Kunde Schlesner
2017-05-14
7
-49
/
+121
|
\
\
\
\
|
*
|
|
|
Kernel: Map special regions according to ExHeader
Yuri Kunde Schlesner
2017-05-09
5
-52
/
+105
|
*
|
|
|
DSP: Create backing memory for entire DSP RAM
Yuri Kunde Schlesner
2017-05-09
1
-1
/
+6
|
*
|
|
|
Memory: Add constants for the n3DS additional RAM
Yuri Kunde Schlesner
2017-05-09
2
-2
/
+16
*
|
|
|
|
Merge pull request #2676 from wwylele/irrst
bunnei
2017-05-10
9
-24
/
+208
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
[next]