Commit Graph

5705 Commits (4cd2b475cbb81d704b9d54adb3da0cafe0568877)
 

Author SHA1 Message Date
bunnei d0046b120a kernel: Add ObjectAddressTable class. 7 years ago
bunnei 1cb978eb82 thread: Keep track of the initially created handle.
This is kinda crufty, but we need it for now to update guest state variables.
7 years ago
bunnei 45debfe4fd svc: Implement svcExitThread. 7 years ago
bunnei 9d0c3bda7f svc: Implement svcCreateThread. 7 years ago
bunnei 001091fa72 svc: Cleanup svcGetThreadPriority. 7 years ago
bunnei 283c63645d svc: Stub out svcGetCurrentProcessorNumber. 7 years ago
bunnei c7983e970c errors: Define missing kernel error codes. 7 years ago
bunnei 8a7f8f3e2c svc: Implement svcSetThreadPriority. 7 years ago
bunnei 960e8dc5e5 svc: Change SignalProcessWideKey to a stub. 7 years ago
bunnei f24531b1a2 function_wrappers: Cleanup, fix warnings, remove unused code. 7 years ago
bunnei 3a91a62b8f svc: Implement svcUnmapMemory. 7 years ago
bunnei a3228d9b77 svc: Minor cleanups. 7 years ago
bunnei 8ab33616ac svc: Implement svcStartThread. 7 years ago
bunnei b6087e35b5 thread: Main thread should set thread handle to reg 1. 7 years ago
bunnei 7ccd8de863 thread: Remove THUMB mode flag. 7 years ago
bunnei eed4f2e229 thread: Main thread should be ready by default, all others dormant. 7 years ago
bunnei ebd4b1422d kernel: Various 64-bit fixes in memory/process/thread 7 years ago
bunnei 1d01ffccb8 applet_oe: Stub out a bunch of interfaces necessary for boot. 7 years ago
bunnei 30e98fae3f controller: Implement DuplicateSession. 7 years ago
bunnei dcdaac8a0b kernel: Fix implementation of ConvertSessionToDomain. 7 years ago
bunnei b67cbb8d92 ap, aoc_u: Minor cleanup. 7 years ago
bunnei fcd4c1a0dc service: Add empty interface for pctl:a. 7 years ago
bunnei e17c0019c5 kernel: Add basic support for Domain object. 7 years ago
bunnei 834fa5db65 kernel: Add SyncObject primitive, use it for ClientSession. 7 years ago
bunnei 6e021f22b8 svc: Implement MapMemory. 7 years ago
bunnei 3421e1617e process: Add method to mirror a memory region. 7 years ago
bunnei 7618b5237d svc: Implement SetHeapSize. 7 years ago
bunnei ad073846bc service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor. 7 years ago
bunnei 16fb1c8fe7 service: Halt on ReportUnimplementedFunction and improve output log. 7 years ago
bunnei d5995fd30f service: Add empty interface for aoc:u. 7 years ago
bunnei 3597650f22 service: Return proper result code for IPC::CommandType::Close. 7 years ago
bunnei 34571f4d2e hle: Use Switch formatted result codes. 7 years ago
bunnei 3e80202604 externals: Update dynarmic and xbyak. 7 years ago
bunnei 266c1c8020 svc: Implement GetThreadId and GetProcessId. 7 years ago
bunnei 45db4bb3ea logging: Rename category "Core_ARM11" to "Core_ARM". 7 years ago
bunnei 3f0caefdf5 nso: Load more common submodules. 7 years ago
bunnei 9ceb0d9381 memory: Support 32-bit paging, move heap address space up. 7 years ago
bunnei dcd6bb82f7 hle: Fix QueryMemory response for MemoryInfo. 7 years ago
bunnei 716e5cf070 lm: Implement lm::Initialize and Logger::log. 7 years ago
bunnei 654fae29c1 hle_ipc: Only copy necessary fields for outgoing command buffer. 7 years ago
bunnei b283cf7348 hle_ipc: Parse out buffer X/A/B/B descriptors from incoming command buffer. 7 years ago
bunnei 03bf0739a4 service: Add CreatePort function (that does not register/install). 7 years ago
bunnei 97d52b9f89 memory: Print addresses as 64-bit. 7 years ago
bunnei 3f2a738d34 ipc_helpers: Fix alignment (was wrong as a result of a dynarmic bug). 7 years ago
bunnei d3cc369618 service: Print correct command ID on unimplemented function. 7 years ago
bunnei 4fb1b24d68 hle: Implement ConvertSessionToDomain, various cleanups. 7 years ago
bunnei 746c2a3ae7 core: Refactor MakeMagic usage and remove dead code. 7 years ago
bunnei 72eeca1f03 hle: Add service stubs for apm and appletOE. 7 years ago
bunnei 960a1416de hle: Initial implementation of NX service framework and IPC. 7 years ago
bunnei 12c7469d81 nso: Add a log for loading submodules. 7 years ago