2260 Commits (40eb243f86c5ba26ec37d4b6cb5ef38d0e4bbfda)

Author SHA1 Message Date
Lioncash 36e60c217a result: Check against self-assignment in ResultVal's copy assignment operator 8 years ago
bunnei 5ecf152c8e config: Rename is_docked to use_docked_mode to be consistent with other config bools. 8 years ago
bunnei 12b05c719e config: Add setting for whether the system is docked or not. 8 years ago
mailwl 692639e9b7 Service/sockets: add bsd:s, nsd:a, nsd:u services 8 years ago
bunnei 6f27edccb2 audren_u: Fix GetAudioDevice. 8 years ago
bunnei bde3e667be hid: Stub out SetNpadJoyAssignmentModeDual. 8 years ago
bunnei 868f7f18b9 pl_u: Add RequestLoad. 8 years ago
bunnei 054393917e renderer_opengl: Fixes for properly flushing & rendering the framebuffer. 8 years ago
bunnei ec4e1a3685 renderer_opengl: Better handling of framebuffer transform flags. 8 years ago
mailwl 9ee33350de Service/SSL: add ssl service 8 years ago
bunnei e12c2cf8c6 nvdisp_disp0: Always flush and invalidate framebuffer region. 8 years ago
bunnei bfe45774f1 video_core: Move FramebufferInfo to FramebufferConfig in GPU. 8 years ago
mailwl 95e747cd06 Service/spl: add module and services 8 years ago
Subv eff3f60b73 FS: Implemented IFileSystem::CreateDirectory. 8 years ago
mailwl 6673ed1274 Service/vi: convert services to module 8 years ago
mailwl dca7cfb9cf Service: add fatal:u, fatal:p services 8 years ago
Subv 0485ee499f FS: Implemented IFileSystem's OpenDirectory function. 8 years ago
Subv 21bac2d7d7 FS: Added the IDirectory IPC interface and implemented its two functions. 8 years ago
Subv 808704c78c FS: Implement MountSdCard. 8 years ago
Subv c4ca802b9d FS: Added an SDMC archive factory and registered it to the SDMC archive on startup. 8 years ago
N00byKing 1d8b6ad13b Clang Fixes 8 years ago
N00byKing d16e08454d
oops 8 years ago
N00byKing 0e72d0d826 More Warning cleanups 8 years ago
N00byKing ef875d6a35 Clean Warnings (?) 8 years ago
bunnei c1c92c30f9 vi: Remove DequeueBuffer and wait until next available buffer. 8 years ago
bunnei c86af6939c hle_ipc: Add SleepClientThread to block current thread within HLE routines. 8 years ago
bunnei 2faa83ca13 hle_ipc: Use shared_ptr instead of unique_ptr to allow copies. 8 years ago
bunnei 019f1a0cf0 hle_ipc: Remove GetPointer(..) usage with WriteToOutgoingCommandBuffer. 8 years ago
bunnei e353b9fb3d thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB. 8 years ago
bunnei 494275fd38 nvflinger: Remove superfluous buffer format check. 8 years ago
bunnei cc6f22e0e4 process: MirrorMemory should use MemoryState::Mapped. 8 years ago
bunnei e9a857ce82 process: Unmap previously allocated heap. 8 years ago
bunnei 403f8e79ea arm_interface: Support unmapping previously mapped memory. 8 years ago
bunnei 34a29ad051 svc: Use more correct values for GetInfo MapRegion and NewMapRegion. 8 years ago
bunnei 8581404482 kernel: Move stack region outside of application heap. 8 years ago
bunnei 3923b0f589 process: Fix stack memory state. 8 years ago
bunnei 8be7131033 MemoryState: Add additional memory states and improve naming. 8 years ago
mailwl fbfa7ddd62 IGeneralService: fix function list 8 years ago
mailwl 9289255314 Service/NIFM: stub cancel function 8 years ago
mailwl ec030a542f Service/NIFM: convert to module 8 years ago
bunnei 7d6653268f core: Move process creation out of global state. 8 years ago
Subv e4b7a1d160 FS: Stubbed CreateSaveData. It currently does nothing. 8 years ago
Subv 0eefe6e4d1 FS: Make EnsureSaveData create the savedata folder when called for the first time. 8 years ago
Subv 248881fa7f CoreTiming: Unschedule the pending events when an Interface is destroyed. 8 years ago
Subv 656e7aab29 Vi: Signal the BufferQueue's Native Handle right after ReleaseBuffer is called. 8 years ago
mailwl 28669872d9 Service/Set: add more services 8 years ago
Subv 827f8ca3c7 Kernel: Store the program id in the Process class instead of the CodeSet class. 8 years ago
Subv cc6e4ae6cf FS: Implement MountSaveData and some of the IFile interface. 8 years ago
Subv d140c8ecf7 Filesystem: Added a SaveData Factory and associated Disk_FileSystem. 8 years ago
Jules Blok c74af07c49 thread: Clear the process list on shutdown. 8 years ago