index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
Age
Commit message (
Expand
)
Author
2018-09-17
Merge pull request #1318 from lioncash/errors-sm
bunnei
2018-09-17
Merge pull request #1315 from lioncash/size
bunnei
2018-09-17
Merge pull request #1328 from FearlessTobi/port-4192
bunnei
2018-09-15
Port # #4192 from Citra: "svc: change unknown to thread in CreateThread"
Valentin Vanelslande
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-14
services/sm: Amend error code constants
Lioncash
2018-09-13
kernel/svc: Sanitize creation of shared memory via svcCreateSharedMemory()
Lioncash
2018-09-13
kernel/svc: Sanitize addresses, permissions, and sizes within svcMapSharedMem...
Lioncash
2018-09-13
kernel/svc: Sanitize addresses and sizes within svcMapMemory() and svcUnmapMe...
Lioncash
2018-09-13
kernel/svc: Sanitize heap sizes within svcSetHeapSize()
Lioncash
2018-09-13
Merge pull request #1310 from lioncash/kernel-ns
bunnei
2018-09-13
Merge pull request #1309 from lioncash/nested
bunnei
2018-09-13
Merge pull request #1307 from lioncash/pl
bunnei
2018-09-13
kernel/thread: Include thread-related enums within the kernel namespace
Lioncash
2018-09-13
service: Use nested namespace specifiers where applicable
Lioncash
2018-09-13
ipc: minor fix
Valentin Vanelslande
2018-09-12
services/pl_u: Add missing Korean font to the fallback case for shared fonts
Lioncash
2018-09-12
Merge pull request #1163 from FearlessTobi/add-audio-stretching
bunnei
2018-09-12
Merge pull request #1297 from lioncash/pl
bunnei
2018-09-12
Merge pull request #1303 from lioncash/error
bunnei
2018-09-12
svc: Return ERR_INVALID_PROCESSOR_ID in CreateThread() if an invalid processo...
Lioncash
2018-09-12
kernel/errors: Correct error codes for invalid thread priority and invalid pr...
Lioncash
2018-09-12
svc: Do nothing if svcOutputDebugString() is given a length of zero
Lioncash
2018-09-12
svc: Correct parameter type for OutputDebugString()
Lioncash
2018-09-11
Merge pull request #1296 from lioncash/prepo
bunnei
2018-09-11
service/audio: Replace includes with forward declarations where applicable
Lioncash
2018-09-11
pl_u: Eliminate mutable file-scope state
Lioncash
2018-09-11
service/prepo: Move class into the cpp file
Lioncash
2018-09-11
Merge pull request #1291 from lioncash/default
bunnei
2018-09-11
externals: Place font data within cpp files
Lioncash
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-09-10
Use open-source shared fonts if no dumped file is available (#1269)
Tobias
2018-09-10
video_core: Move command buffer loop.
Markus Wick
2018-09-09
Merge pull request #1276 from FearlessTobi/fix-stupid-stub
bunnei
2018-09-09
service: Remove unused g_kernel_named_ports variable
Lioncash
2018-09-09
hid: Implement ReloadInputDevices
fearlessTobi
2018-09-08
Add audio stretching support
fearlessTobi
2018-09-06
core: Migrate current_process pointer to the kernel
Lioncash
2018-09-06
Merge pull request #1250 from lioncash/file-sys
bunnei
2018-09-06
core/core: Remove unnecessary sm/controller include
Lioncash
2018-09-06
file_sys/nca_patch: Amend constructor initializer list order
Lioncash
2018-09-06
file_sys/nca_patch: Remove unnecessary includes
Lioncash
2018-09-06
file_sys/patch_manager: Add missing includes
Lioncash
2018-09-05
Merge pull request #1242 from lioncash/file-sys
bunnei
2018-09-05
file_sys/submission_package: Correct constructor initialization list order
Lioncash
2018-09-05
file_sys/submission_package: Replace includes with forward declarations where...
Lioncash
2018-09-04
bktr: Fix bucket overlap error
Zach Hilman
2018-09-04
drd: Parse title ID from program metadata
Zach Hilman
2018-09-04
patch_manager: Centralize Control-type NCA parsing
Zach Hilman
2018-09-04
nsp: Fix error masking issue with XCI files
Zach Hilman
[next]