index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
22
-132
/
+177
*
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
5
-44
/
+19
*
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
*
Merge pull request #2406 from Subv/session_disconnect
Yuri Kunde Schlesner
2017-05-21
7
-51
/
+83
|
\
|
*
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
7
-32
/
+85
*
|
Merge pull request #2661 from Subv/uds5
bunnei
2017-05-19
4
-33
/
+600
|
\
\
|
*
|
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
4
-7
/
+535
*
|
|
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
4
-45
/
+102
|
\
\
\
|
*
|
|
Kernel: Map special regions according to ExHeader
Yuri Kunde Schlesner
2017-05-09
4
-50
/
+102
|
*
|
|
DSP: Create backing memory for entire DSP RAM
Yuri Kunde Schlesner
2017-05-09
1
-1
/
+6
*
|
|
|
Merge pull request #2676 from wwylele/irrst
bunnei
2017-05-10
8
-23
/
+207
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
fixup!ir: implement new 3ds HID via ir:rst
wwylele
2017-05-07
1
-31
/
+32
|
*
|
|
ir: implement new 3ds HID via ir:rst
wwylele
2017-05-04
8
-23
/
+206
*
|
|
|
Remove ability to load symbol maps
Yuri Kunde Schlesner
2017-05-07
1
-8
/
+2
*
|
|
|
Create a random console_unique_id (#2668)
B3n30
2017-05-05
2
-5
/
+71
|
/
/
/
*
|
|
Merge pull request #2606 from wwylele/ir
bunnei
2017-05-03
4
-44
/
+757
|
\
\
\
|
*
|
|
ir: implement circle pad pro
wwylele
2017-05-03
4
-44
/
+757
*
|
|
|
Merge pull request #2532 from wwylele/ldrro-ipc
Yuri Kunde Schlesner
2017-04-18
1
-193
/
+138
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
ldr_ro: use IPC helper
wwylele
2017-04-17
1
-193
/
+138
|
|
/
/
*
|
|
Merge pull request #2659 from MerryMage/dsp_dsp-correction
bunnei
2017-04-13
1
-0
/
+18
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
dsp_dsp: Messages are modified by service before being sent to DSP
MerryMage
2017-04-12
1
-0
/
+18
*
|
|
Merge pull request #2628 from Subv/uds
Sebastian Valle
2017-04-12
2
-45
/
+388
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Services/UDS: Fixed a style mistake in GetChannel.
Sebastian Valle
2017-03-27
1
-2
/
+1
|
*
|
Services/UDS: Use consistent spelling for WiFi and simplify the GetChannel fu...
Subv
2017-03-26
1
-4
/
+4
|
*
|
Services/UDS: Signal the connection event when closing down the network.
Subv
2017-03-26
1
-0
/
+1
|
*
|
Services/UDS: Do not allow trying to start up a network that only the host ca...
Subv
2017-03-26
1
-0
/
+3
|
*
|
Service/UDS: Schedule an event to broadcast the beacon frames every 102.4ms.
Subv
2017-03-26
2
-2
/
+58
|
*
|
Services/UDS: Store the entire NetworkInfo structure that was used to create ...
Subv
2017-03-26
1
-13
/
+5
|
*
|
Services/UDS: Initial support for hosting local-wlan networks.
Subv
2017-03-26
2
-44
/
+336
*
|
|
Merge pull request #2533 from Lectem/apt_ipchelper
bunnei
2017-04-06
6
-257
/
+386
|
\
\
\
|
*
|
|
hopefully fix clang-format issues with old version
Lectem
2017-03-20
1
-3
/
+2
|
*
|
|
address more comments
Lectem
2017-03-19
1
-20
/
+20
|
*
|
|
Cast size_t to u32 for PushStaticBuffer usages
Lectem
2017-03-18
1
-2
/
+2
|
*
|
|
IPCHelper Skip method + address comments for apt
Lectem
2017-03-18
3
-38
/
+46
|
*
|
|
fix #2560 and other comments
Lectem
2017-03-18
3
-22
/
+22
|
*
|
|
move push out of class body and add u8 u16 bool specializations
Lectem
2017-03-18
4
-55
/
+114
|
*
|
|
refactor APT service to use the new IPC helpers
Lectem
2017-03-18
4
-195
/
+258
*
|
|
|
Merge pull request #2634 from wwylele/battery
bunnei
2017-04-06
2
-1
/
+16
|
\
\
\
\
|
*
|
|
|
shared_page: stub battery state
wwylele
2017-03-21
2
-1
/
+16
*
|
|
|
|
error conversion fixes for soc_u
noah the goodra
2017-04-03
1
-39
/
+32
*
|
|
|
|
Fix OutputDebugString syscall
Michael Theall
2017-04-01
2
-4
/
+4
*
|
|
|
|
ptm: create SharedExtSave file before openning it
wwylele
2017-03-25
1
-1
/
+1
|
/
/
/
/
[next]