3345 Commits (4b114e1b8a2a208d089f92f904573e9cace80fdf)

Author SHA1 Message Date
bunnei 12b05c719e config: Add setting for whether the system is docked or not. 8 years ago
bunnei d4fb8a887c memory: Fix cast for ReadBlock/WriteBlock/ZeroBlock/CopyBlock. 8 years ago
bunnei d732142b66 memory: Add RasterizerMarkRegionCached code and cleanup. 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
Subv 0ce52b1da2 GPU: Make the debug_context variable a member of the frontend instead of a global. 8 years ago
MerryMage 88c9608eac arm_dynarmic: Fix timing 8 years ago
bunnei 054393917e renderer_opengl: Fixes for properly flushing & rendering the framebuffer. 8 years ago
bunnei b5f3e7951b memory: Fix typo in RasterizerFlushVirtualRegion. 8 years ago
Subv 4c06d55a81 FS: Move the file open mode calculation to a separate function. 8 years ago
bunnei 1a158dfcd6 memory: RasterizerFlushVirtualRegion should also check process image region. 8 years ago
bunnei 11047d7fd5 rasterizer: Flush and invalidate regions should be 64-bit. 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 63d3924b5b memory: Port RasterizerFlushVirtualRegion from Citra. 8 years ago
bunnei bfe45774f1 video_core: Move FramebufferInfo to FramebufferConfig in GPU. 8 years ago
N00byKing 8afdbf6a1f Remove more N3DS References 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 6d90d99d12 FS: Implement DiskFileSystem's OpenDirectory interface. 8 years ago
Subv e1d7b9fc2c FS: Implement DiskFileSystem::GetEntryType for existing files/directories. 8 years ago
Subv a9ba2c2000 FS: Updated the Directory Entry structure to match the Switch. 8 years ago
Subv fc44261dd1 FS: Support the file Append open mode. 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 69ee9edd8d memory: Add regions for map region, "new" map region, etc. 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