summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2018-03-26memory: Add RasterizerMarkRegionCached code and cleanup.bunnei
2018-03-25Merge pull request #280 from bunnei/misc-service-fixesbunnei
2018-03-25Merge pull request #273 from Subv/texturesbunnei
2018-03-25Service/sockets: add bsd:s, nsd:a, nsd:u servicesmailwl
2018-03-25audren_u: Fix GetAudioDevice.bunnei
2018-03-25hid: Stub out SetNpadJoyAssignmentModeDual.bunnei
2018-03-25pl_u: Add RequestLoad.bunnei
2018-03-24GPU: Make the debug_context variable a member of the frontend instead of a gl...Subv
2018-03-24arm_dynarmic: Fix timingMerryMage
2018-03-23Merge pull request #265 from bunnei/tegra-progress-2bunnei
2018-03-23Merge pull request #255 from Subv/sd_cardbunnei
2018-03-23renderer_opengl: Fixes for properly flushing & rendering the framebuffer.bunnei
2018-03-23memory: Fix typo in RasterizerFlushVirtualRegion.bunnei
2018-03-23FS: Move the file open mode calculation to a separate function.Subv
2018-03-23memory: RasterizerFlushVirtualRegion should also check process image region.bunnei
2018-03-23rasterizer: Flush and invalidate regions should be 64-bit.bunnei
2018-03-23renderer_opengl: Better handling of framebuffer transform flags.bunnei
2018-03-23Service/SSL: add ssl servicemailwl
2018-03-22nvdisp_disp0: Always flush and invalidate framebuffer region.bunnei
2018-03-22memory: Port RasterizerFlushVirtualRegion from Citra.bunnei
2018-03-22video_core: Move FramebufferInfo to FramebufferConfig in GPU.bunnei
2018-03-22Remove more N3DS ReferencesN00byKing
2018-03-22Service/spl: add module and servicesmailwl
2018-03-21FS: Implemented IFileSystem::CreateDirectory.Subv
2018-03-21Service/vi: convert services to modulemailwl
2018-03-20Service: add fatal:u, fatal:p servicesmailwl
2018-03-19FS: Implemented IFileSystem's OpenDirectory function.Subv
2018-03-19FS: Added the IDirectory IPC interface and implemented its two functions.Subv
2018-03-19FS: Implement DiskFileSystem's OpenDirectory interface.Subv
2018-03-19FS: Implement DiskFileSystem::GetEntryType for existing files/directories.Subv
2018-03-19FS: Updated the Directory Entry structure to match the Switch.Subv
2018-03-19FS: Support the file Append open mode.Subv
2018-03-19FS: Implement MountSdCard.Subv
2018-03-19FS: Added an SDMC archive factory and registered it to the SDMC archive on st...Subv
2018-03-19Clang FixesN00byKing
2018-03-19oopsN00byKing
2018-03-19More Warning cleanupsN00byKing
2018-03-19Clean Warnings (?)N00byKing
2018-03-18Merge pull request #193 from N00byKing/3184_2_robotic_boogaloobunnei
2018-03-18vi: Remove DequeueBuffer and wait until next available buffer.bunnei
2018-03-18hle_ipc: Add SleepClientThread to block current thread within HLE routines.bunnei
2018-03-18hle_ipc: Use shared_ptr instead of unique_ptr to allow copies.bunnei
2018-03-18hle_ipc: Remove GetPointer(..) usage with WriteToOutgoingCommandBuffer.bunnei
2018-03-18thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB.bunnei
2018-03-16nvflinger: Remove superfluous buffer format check.bunnei
2018-03-16process: MirrorMemory should use MemoryState::Mapped.bunnei
2018-03-16process: Unmap previously allocated heap.bunnei
2018-03-16arm_interface: Support unmapping previously mapped memory.bunnei
2018-03-16svc: Use more correct values for GetInfo MapRegion and NewMapRegion.bunnei
2018-03-16kernel: Move stack region outside of application heap.bunnei