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
*
core: Add missing #pragma once directives where applicable
Lioncash
2016-12-15
3
-0
/
+6
*
Merge pull request #2314 from mailwl/account
bunnei
2016-12-15
8
-10
/
+44
|
\
|
*
Service/ACT: move ACT services to folder
mailwl
2016-12-14
8
-10
/
+44
*
|
Memory: Always flush whole pages from surface cache
Yuri Kunde Schlesner
2016-12-14
1
-0
/
+10
*
|
Merge pull request #2249 from Subv/sessions_v3
Yuri Kunde Schlesner
2016-12-14
24
-170
/
+591
|
\
\
|
|
/
|
/
|
|
*
Fixed the codestyle to match our clang-format rules.
Subv
2016-12-14
16
-68
/
+108
|
*
Moved the HLE command buffer translation task to ServerSession instead of the...
Subv
2016-12-09
6
-47
/
+38
|
*
Kernel/IPC: Small codestyle cleanup
Subv
2016-12-09
2
-3
/
+1
|
*
Added a framework for partially handling Session disconnections.
Subv
2016-12-08
8
-9
/
+67
|
*
Use std::move where appropriate.
Subv
2016-12-08
12
-177
/
+187
|
*
Return an error code when connecting to a saturated port.
Subv
2016-12-05
5
-7
/
+20
|
*
HLE: Use a member variable instead of a virtual function to retrieve the max ...
Subv
2016-12-05
5
-8
/
+18
|
*
Split SessionRequestHandler::HandleSyncRequest into HandleSyncRequest, Transl...
Subv
2016-12-05
6
-22
/
+59
|
*
Kernel: Remove the Redirection handle type.
Subv
2016-12-05
1
-2
/
+0
|
*
KServerPorts now have an HLE handler "template", which is inherited by all Se...
Subv
2016-12-05
12
-69
/
+86
|
*
Declare empty ServerSession and ClientSession constructors as default.
Subv
2016-12-02
2
-4
/
+4
|
*
Threads do not wait for the server endpoint to call AcceptSession before retu...
Subv
2016-12-01
2
-3
/
+5
|
*
Fixed the rebase mistakes.
Subv
2016-11-30
10
-82
/
+76
|
*
A bit of a redesign.
Subv
2016-11-30
13
-263
/
+266
|
*
IPC/HLE: Associate the ClientSessions with their parent port's HLE interface ...
Subv
2016-11-30
6
-26
/
+21
|
*
Kernel/HLE: Service::Interface no longer inherits from any Kernel object, and...
Subv
2016-11-30
4
-24
/
+52
|
*
fixup! Kernel/IPC: Use Ports and Sessions as the fundamental building block ...
Subv
2016-11-30
4
-5
/
+6
|
*
Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...
Subv
2016-11-30
16
-88
/
+314
*
|
Minor amendment of GSP_GPU::ImportDisplayCaptureInfo code
JamePeng
2016-12-13
1
-3
/
+5
*
|
Merge pull request #2267 from JayFoxRox/fix-mingw-cc
Sebastian Valle
2016-12-11
1
-2
/
+2
|
\
\
|
*
|
gdbstub: Remove unused include
Jannik Vogel
2016-12-05
1
-1
/
+0
|
*
|
Support mingw cross-compile
Jannik Vogel
2016-12-05
1
-1
/
+2
*
|
|
APT::GetStartupArgument: force clear startup argument
mailwl
2016-12-11
2
-5
/
+11
*
|
|
Core: Add a forgotten #include <cstring> for memcpy.
Emmanuel Gil Peyrot
2016-12-11
1
-0
/
+1
*
|
|
Add all services to the Service namespace
Lioncash
2016-12-11
45
-482
/
+390
*
|
|
Merge pull request #2291 from lioncash/svc
bunnei
2016-12-09
10
-12
/
+61
|
\
\
\
|
*
|
|
service: Add cfg:nor service
Lioncash
2016-12-09
4
-0
/
+49
|
*
|
|
service: Drop '_Interface' from cfg service names
Lioncash
2016-12-09
7
-12
/
+12
*
|
|
|
Merge pull request #2292 from lioncash/bool
Yuri Kunde Schlesner
2016-12-09
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
ptm: Use boolean instead of integral value
Lioncash
2016-12-09
1
-1
/
+1
*
|
|
|
Merge pull request #2287 from lioncash/svc
Yuri Kunde Schlesner
2016-12-08
12
-12
/
+170
|
\
\
\
\
|
*
|
|
|
service: Add the ptm:s service
Lioncash
2016-12-08
3
-0
/
+14
|
*
|
|
|
service: Add common ptm:u commands to other ptm services
Lioncash
2016-12-08
4
-0
/
+54
|
*
|
|
|
service: Drop '_Interface' in ptm service class names
Lioncash
2016-12-08
7
-14
/
+14
|
*
|
|
|
service: Add ptm::gets and ptm::sets services
Lioncash
2016-12-08
6
-0
/
+90
*
|
|
|
|
Merge pull request #2280 from Subv/citrace_size
Sebastian Valle
2016-12-08
1
-2
/
+2
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fixed the gpu command list size when creating CiTraces.
Subv
2016-12-08
1
-2
/
+2
|
|
|
/
/
|
|
/
|
|
*
|
|
|
service: Add mvd and qtm services
Lioncash
2016-12-08
14
-0
/
+271
*
|
|
|
Merge pull request #2284 from lioncash/svc
Yuri Kunde Schlesner
2016-12-08
8
-30
/
+199
|
\
\
\
\
|
*
|
|
|
service: Add nfc services
Lioncash
2016-12-08
8
-30
/
+199
*
|
|
|
|
Merge pull request #2277 from lioncash/explicit
Yuri Kunde Schlesner
2016-12-08
8
-10
/
+10
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
file_sys: Make a few single-argument constructors explicit
Lioncash
2016-12-07
8
-10
/
+10
*
|
|
|
|
Merge pull request #2283 from lioncash/svc
Yuri Kunde Schlesner
2016-12-07
21
-28
/
+212
|
\
\
\
\
\
|
*
|
|
|
|
ssl_c: Update function table
Lioncash
2016-12-08
1
-0
/
+3
|
*
|
|
|
|
ptm: Update ptm_sysm function table
Lioncash
2016-12-08
3
-6
/
+7
[next]