Commit Graph

5623 Commits (e75aba3ed0eb0933c023f955d4c2e53e58ef6a5f)
 

Author SHA1 Message Date
bunnei 914ebee67a core: Remove unicorn_dynload. 7 years ago
bunnei aa7e061e71 arm_dynarmic: Gut interface until dynarmic is ready for general use. 7 years ago
bunnei d327f66990 externals: Point dynarmic at a real commit. 7 years ago
bunnei 8be46f412e gitmodules: Fix to include lz4. 7 years ago
bunnei b172f0d770 arm: Remove SkyEye/Dyncom code that is ARMv6-only. 7 years ago
bunnei f0eab802e8 vm_manager: Use a more reasonable MAX_ADDRESS size. 7 years ago
bunnei 81a8a57ce2 svc: Remove unnecessary "svc" prefix to naming scheme. 7 years ago
bunnei fe11b51545 pctl: Remove duplicate InstallInterfaces function. 7 years ago
bunnei 480906fe1b hle: Move SVC code to kernel namespace. 7 years ago
bunnei 72f671fd7a svc: Improve svcGetInfo. 7 years ago
bunnei e9710a2cf7 vm_manager: Stub out a bunch of interfaces used by svcGetInfo. 7 years ago
bunnei dc4fe2fbd5 svc: Fix string formatting for CreateThread. 7 years ago
bunnei dd3a237981 cmake: Add missing object_address_table. 7 years ago
bunnei 93480b10ef core/video_core: Fix a bunch of u64 -> u32 warnings. 7 years ago
bunnei 9e8608e8b1 svc: Stub out svcWaitSynchronization.
- This does not matter until we implement other kernel objects, mutexes use svcLockMutex for waiting.
7 years ago
bunnei aa7c824ea4 svc: Implement svcExitProcess. 7 years ago
bunnei 9b8afed5f7 svc: Implement svcUnlockMutex. 7 years ago
bunnei b9950cd4b0 svc: Implement svcLockMutex. 7 years ago
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