index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
Age
Commit message (
Expand
)
Author
2018-10-18
Merge pull request #1523 from lioncash/lock
bunnei
2018-10-18
svc: Check for word alignment of addresses within svcArbitrateLock/svcArbitra...
Lioncash
2018-10-18
common: Move Is4KBAligned() to alignment.h
Lioncash
2018-10-19
Used better names for mm:u and fixed bad stub
David Marcec
2018-10-17
Merge pull request #1444 from ogniK5377/better-hid
bunnei
2018-10-17
Merge pull request #1498 from lioncash/aslr
bunnei
2018-10-18
Using dual joycons as the default controller
David Marcec
2018-10-16
Implement VI ConvertScalingMode (#1475)
David
2018-10-16
Merge pull request #1502 from lioncash/unique
bunnei
2018-10-16
file_sys/registered_cache: Use unique_ptr and regular pointers instead of sha...
Lioncash
2018-10-15
Merge pull request #1494 from DarkLordZach/aoc-signature-fixes
bunnei
2018-10-15
core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs
Lioncash
2018-10-14
svc: Clarify enum values for AddressSpaceBaseAddr and AddressSpaceSize in svc...
Lioncash
2018-10-14
aoc: Read DLC base title ID from RegisteredCache
Zach Hilman
2018-10-14
Merge pull request #1491 from lioncash/reference
bunnei
2018-10-14
Merge pull request #1492 from lioncash/proc
bunnei
2018-10-14
Stop all threads on svcBreak
David Marcec
2018-10-13
aoc: Return size in ListAddOnContent
Zach Hilman
2018-10-13
svc: Implement svcGetProcessInfo
Lioncash
2018-10-13
filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesyste...
Lioncash
2018-10-12
Merge pull request #1483 from lioncash/codeset
bunnei
2018-10-12
Merge pull request #1481 from lioncash/typo
bunnei
2018-10-12
Merge pull request #1467 from ogniK5377/svcbreak-type-fix
bunnei
2018-10-12
kernel/process: Make CodeSet a regular non-inherited object
Lioncash
2018-10-12
Merge pull request #1478 from ogniK5377/remap-invalidhandle-remap
bunnei
2018-10-12
Merge pull request #1482 from lioncash/init
bunnei
2018-10-12
Merge pull request #1479 from ogniK5377/nmap-revamped
bunnei
2018-10-12
thread: Remove unnecessary memset from ResetThreadContext()
Lioncash
2018-10-12
Returned an error before processing other remaps
David Marcec
2018-10-12
Made the minimum alignment more clear
David Marcec
2018-10-12
svc: Fix typos in sanitizing checks for MapMemory/UnmapMemory
Lioncash
2018-10-12
Wip
David Marcec
2018-10-11
Merge pull request #1474 from ogniK5377/hwopus-decodeinterleavedwithperformance
bunnei
2018-10-11
Merge pull request #1472 from lioncash/san
bunnei
2018-10-12
Dynamically decide handheld variant based on supported npad id priority
David Marcec
2018-10-11
Added error codes for nvmap
David Marcec
2018-10-11
Passing an invalid nmap handle to Remap should throw an error
David Marcec
2018-10-11
nvhost_as_gpu: Flush CPU VAddr on UnmapBuffer.
bunnei
2018-10-11
HwOpus, Implemented DecodeInterleavedWithPerformance
David Marcec
2018-10-10
svc: Add missing address range sanitizing checks to MapMemory/UnmapMemory
Lioncash
2018-10-11
Added BeginPermitVibrationSession and EndPermitVibrationSession
David Marcec
2018-10-10
Added GetLedPattern and HandheldVariant
David Marcec
2018-10-10
kernel/thread: Use a regular pointer for the owner/current process
Lioncash
2018-10-10
Kirby expects handheld controllers to be at position 8
David Marcec
2018-10-10
Added the ability to "disconnect" individual npads
David Marcec
2018-10-10
Removed unneeded forward declarations
David Marcec
2018-10-10
Addressed changes for better hid
David Marcec
2018-10-10
"Better Hid" rework part 1
David Marcec
2018-10-10
Changed all casts in svc_wrap.h to be static_cast instead
David Marcec
2018-10-10
Use a better name than "dont_kill_application"
David Marcec
[next]