index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
2018-01-02
arm: Remove SkyEye/Dyncom code that is ARMv6-only.
bunnei
2018-01-02
vm_manager: Use a more reasonable MAX_ADDRESS size.
bunnei
2018-01-02
svc: Remove unnecessary "svc" prefix to naming scheme.
bunnei
2018-01-02
pctl: Remove duplicate InstallInterfaces function.
bunnei
2018-01-02
hle: Move SVC code to kernel namespace.
bunnei
2018-01-01
svc: Improve svcGetInfo.
bunnei
2018-01-01
vm_manager: Stub out a bunch of interfaces used by svcGetInfo.
bunnei
2018-01-01
svc: Fix string formatting for CreateThread.
bunnei
2018-01-01
cmake: Add missing object_address_table.
bunnei
2018-01-01
core/video_core: Fix a bunch of u64 -> u32 warnings.
bunnei
2018-01-01
svc: Stub out svcWaitSynchronization.
bunnei
- This does not matter until we implement other kernel objects, mutexes use svcLockMutex for waiting.
2018-01-01
svc: Implement svcExitProcess.
bunnei
2018-01-01
svc: Implement svcUnlockMutex.
bunnei
2018-01-01
svc: Implement svcLockMutex.
bunnei
2018-01-01
kernel: Add ObjectAddressTable class.
bunnei
2017-12-31
thread: Keep track of the initially created handle.
bunnei
This is kinda crufty, but we need it for now to update guest state variables.
2017-12-31
svc: Implement svcExitThread.
bunnei
2017-12-31
svc: Implement svcCreateThread.
bunnei
2017-12-31
svc: Cleanup svcGetThreadPriority.
bunnei
2017-12-31
svc: Stub out svcGetCurrentProcessorNumber.
bunnei
2017-12-31
errors: Define missing kernel error codes.
bunnei
2017-12-31
svc: Implement svcSetThreadPriority.
bunnei
2017-12-31
svc: Change SignalProcessWideKey to a stub.
bunnei
2017-12-31
function_wrappers: Cleanup, fix warnings, remove unused code.
bunnei
2017-12-31
svc: Implement svcUnmapMemory.
bunnei
2017-12-30
svc: Minor cleanups.
bunnei
2017-12-30
svc: Implement svcStartThread.
bunnei
2017-12-30
thread: Main thread should set thread handle to reg 1.
bunnei
2017-12-30
thread: Remove THUMB mode flag.
bunnei
2017-12-30
thread: Main thread should be ready by default, all others dormant.
bunnei
2017-12-29
kernel: Various 64-bit fixes in memory/process/thread
bunnei
2017-12-29
applet_oe: Stub out a bunch of interfaces necessary for boot.
bunnei
2017-12-29
controller: Implement DuplicateSession.
bunnei
2017-12-29
kernel: Fix implementation of ConvertSessionToDomain.
bunnei
2017-12-28
ap, aoc_u: Minor cleanup.
bunnei
2017-12-28
service: Add empty interface for pctl:a.
bunnei
2017-12-28
kernel: Add basic support for Domain object.
bunnei
2017-12-28
kernel: Add SyncObject primitive, use it for ClientSession.
bunnei
2017-12-28
svc: Implement MapMemory.
bunnei
2017-12-28
process: Add method to mirror a memory region.
bunnei
2017-12-28
svc: Implement SetHeapSize.
bunnei
2017-12-28
service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.
bunnei
2017-12-28
service: Halt on ReportUnimplementedFunction and improve output log.
bunnei
2017-12-28
service: Add empty interface for aoc:u.
bunnei
2017-10-31
service: Return proper result code for IPC::CommandType::Close.
bunnei
2017-10-31
hle: Use Switch formatted result codes.
bunnei
2017-10-23
svc: Implement GetThreadId and GetProcessId.
bunnei
2017-10-23
logging: Rename category "Core_ARM11" to "Core_ARM".
bunnei
2017-10-22
nso: Load more common submodules.
bunnei
2017-10-22
memory: Support 32-bit paging, move heap address space up.
bunnei
[next]