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
*
services/sm: Amend error code constants
Lioncash
2018-09-14
2
-8
/
+6
*
ipc: minor fix
Valentin Vanelslande
2018-09-13
1
-1
/
+1
*
Merge pull request #1297 from lioncash/pl
bunnei
2018-09-12
2
-66
/
+88
|
\
|
*
pl_u: Eliminate mutable file-scope state
Lioncash
2018-09-11
2
-66
/
+88
*
|
Merge pull request #1303 from lioncash/error
bunnei
2018-09-12
3
-9
/
+11
|
\
\
|
*
|
svc: Return ERR_INVALID_PROCESSOR_ID in CreateThread() if an invalid processo...
Lioncash
2018-09-12
1
-2
/
+2
|
*
|
kernel/errors: Correct error codes for invalid thread priority and invalid pr...
Lioncash
2018-09-12
3
-7
/
+9
*
|
|
svc: Do nothing if svcOutputDebugString() is given a length of zero
Lioncash
2018-09-12
1
-0
/
+4
*
|
|
svc: Correct parameter type for OutputDebugString()
Lioncash
2018-09-12
2
-3
/
+3
|
/
/
*
|
Merge pull request #1296 from lioncash/prepo
bunnei
2018-09-11
2
-39
/
+40
|
\
\
|
*
|
service/prepo: Move class into the cpp file
Lioncash
2018-09-11
2
-39
/
+40
|
|
/
*
/
service/audio: Replace includes with forward declarations where applicable
Lioncash
2018-09-11
7
-17
/
+34
|
/
*
Merge pull request #1291 from lioncash/default
bunnei
2018-09-11
148
-45
/
+291
|
\
|
*
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-09-10
148
-45
/
+291
*
|
externals: Place font data within cpp files
Lioncash
2018-09-11
1
-6
/
+6
|
/
*
Use open-source shared fonts if no dumped file is available (#1269)
Tobias
2018-09-10
1
-1
/
+25
*
video_core: Move command buffer loop.
Markus Wick
2018-09-10
2
-31
/
+12
*
Merge pull request #1276 from FearlessTobi/fix-stupid-stub
bunnei
2018-09-09
1
-4
/
+4
|
\
|
*
hid: Implement ReloadInputDevices
fearlessTobi
2018-09-09
1
-4
/
+4
*
|
service: Remove unused g_kernel_named_ports variable
Lioncash
2018-09-09
1
-2
/
+0
|
/
*
core: Migrate current_process pointer to the kernel
Lioncash
2018-09-06
2
-0
/
+23
*
core/core: Remove unnecessary sm/controller include
Lioncash
2018-09-06
4
-1
/
+5
*
bktr: Fix bucket overlap error
Zach Hilman
2018-09-04
1
-1
/
+1
*
registration: Add RegisteredCacheUnion
Zach Hilman
2018-09-04
2
-0
/
+10
*
Merge pull request #1235 from lioncash/forward-decl
bunnei
2018-09-04
1
-1
/
+3
|
\
|
*
file_sys: Replace includes with forward declarations where applicable
Lioncash
2018-09-03
1
-1
/
+3
*
|
Merge pull request #1230 from lioncash/ssl
bunnei
2018-09-04
2
-37
/
+39
|
\
\
|
|
/
|
/
|
|
*
ssl: Move SSL class to cpp file
Lioncash
2018-09-02
2
-37
/
+39
*
|
service: Migrate global named port map to the KernelCore class
Lioncash
2018-09-02
5
-19
/
+51
*
|
Merge pull request #1213 from DarkLordZach/octopath-fs
bunnei
2018-09-02
2
-2
/
+30
|
\
\
|
*
|
filesystem: Implement OpenReadOnlySaveDataFilesystem
Zach Hilman
2018-08-31
2
-1
/
+7
|
*
|
filesystem: Add OpenFileSystemWithPatch
Zach Hilman
2018-08-31
2
-1
/
+23
|
|
/
*
/
filesystem: Move dir retrieval after path checking in DeleteFile()
Lioncash
2018-09-02
1
-2
/
+5
|
/
*
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-31
6
-4
/
+13
*
gl_renderer: Cache textures, framebuffers, and shaders based on CPU address.
bunnei
2018-08-31
1
-0
/
+1
*
core: Make the main System class use the PImpl idiom
Lioncash
2018-08-31
2
-2
/
+4
*
kernel: Eliminate kernel global state
Lioncash
2018-08-28
45
-429
/
+629
*
Merge pull request #1193 from lioncash/priv
bunnei
2018-08-28
1
-6
/
+6
|
\
|
*
gpu: Make memory_manager private
Lioncash
2018-08-28
1
-6
/
+6
*
|
hle/result: Make ResultVal's move constructor as noexcept
Lioncash
2018-08-28
1
-1
/
+1
|
/
*
Merge pull request #1177 from lioncash/err
bunnei
2018-08-27
4
-12
/
+15
|
\
|
*
kernel/error: Amend error code for ERR_MAX_CONNECTIONS_REACHED
Lioncash
2018-08-25
1
-2
/
+4
|
*
kernel/error: Amend error code for ERR_PORT_NAME_TOO_LONG
Lioncash
2018-08-25
1
-2
/
+1
|
*
kernel/error: Add error code for the handle table being full
Lioncash
2018-08-25
3
-4
/
+4
|
*
kernel/error: Add error code for invalid memory permissions
Lioncash
2018-08-25
2
-3
/
+4
|
*
kernel/error: Correct kernel error code for invalid combination
Lioncash
2018-08-25
1
-1
/
+2
*
|
Merge pull request #1175 from lioncash/ns
bunnei
2018-08-27
4
-6
/
+8
|
\
\
|
*
|
core: Namespace all code in the arm subdirectory under the Core namespace
Lioncash
2018-08-24
4
-6
/
+8
*
|
|
Merge pull request #1176 from lioncash/info
bunnei
2018-08-27
1
-2
/
+1
|
\
\
\
|
*
|
|
svc: Return process title ID if queried in GetInfo()
Lioncash
2018-08-25
1
-2
/
+1
[next]