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-12
thread: Remove unnecessary memset from ResetThreadContext()
Lioncash
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-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-10
kernel/thread: Use a regular pointer for the owner/current process
Lioncash
2018-10-09
Added bitfield instead of manually checking if the bit is set
David Marcec
2018-10-09
Actual kill execution when the bit isn't set, not the other way around
David Marcec
2018-10-09
svcBreak, Signalling to the debugger should not kill execution
David Marcec
2018-10-08
Merge pull request #1456 from ogniK5377/aoc-u-fixups
bunnei
2018-10-08
Unmapping an unmapped buffer should succeed
David Marcec
2018-10-08
Fixed assertion due to CountAddOnContent
David Marcec
2018-10-06
Merge pull request #1396 from DarkLordZach/packed-updates
bunnei
2018-10-06
Added forward define for ServerPort
David Marcec
2018-10-06
Ported #4296 from citra
David Marcec
2018-10-06
kernel/mutex: Amend behavior of TransferMutexOwnership()
Lioncash
2018-10-05
thread: Make the scheduler pointer a regular pointer
balika011
2018-10-05
Merge pull request #1439 from lioncash/thread
bunnei
2018-10-05
romfs_factory: Extract packed update setter to new function
Zach Hilman
2018-10-04
kernel/thread: Make all instance variables private
Lioncash
2018-10-03
Merge pull request #1434 from DarkLordZach/dlc-edge-case
bunnei
2018-10-03
Merge pull request #1433 from lioncash/fs
bunnei
2018-10-02
aoc_u: Fix edge case with DLC that causes breaks
Zach Hilman
2018-10-02
services/fsp_srv: Amend service function table
Lioncash
2018-10-02
service/lbl: Update service function table
Lioncash
2018-09-30
aoc_u: Extract AccumulateAOCTitleIDs to separate function
Zach Hilman
2018-09-30
aoc_u: Implement GetAddOnContentBaseId
Zach Hilman
2018-09-30
aoc_u: Implement Count, List and Prepare AddOnContent
Zach Hilman
2018-09-30
Merge pull request #1338 from raven02/service_vi
bunnei
2018-09-30
kernel/svc: Implement svcGetThreadContext()
Lioncash
2018-09-30
kernel/process: Add a data member to determine if a process is 64-bit or not.
Lioncash
2018-09-30
kernel/process: Make data member variables private
Lioncash
2018-09-30
Implement ISystemDisplayService::GetDisplayMode
raven02
2018-09-29
Merge pull request #1412 from lioncash/move
bunnei
2018-09-29
Merge pull request #1395 from lioncash/vm
bunnei
2018-09-28
kernel/object: Remove unnecessary std::move from DynamicObjectCast()
Lioncash
2018-09-27
Merge pull request #1394 from lioncash/stream
bunnei
2018-09-26
Merge pull request #1399 from lioncash/sched
bunnei
2018-09-26
Merge pull request #1400 from lioncash/header
bunnei
2018-09-25
service: Add missing headers inclusions where applicable
Lioncash
2018-09-25
Merge pull request #1365 from DarkLordZach/lfs
bunnei
2018-09-25
kernel/scheduler: Take ARM_Interface instance by reference in the constructor
Lioncash
2018-09-25
Merge pull request #1393 from tech4me/svc
bunnei
2018-09-24
memory: Dehardcode the use of fixed memory range constants
Lioncash
2018-09-24
svc: Report correct memory-related values within some of the cases in svcGetI...
Lioncash
2018-09-24
memory: Dehardcode the use of a 36-bit address space
Lioncash
2018-09-24
process/vm_manager: Amend API to allow reading parameters from NPDM metadata
Lioncash
2018-09-23
Implemented fatal:u properly (#1347)
David
2018-09-23
Stubbed IRS (#1349)
David
[next]