index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
Age
Commit message (
Expand
)
Author
2018-03-24
arm_dynarmic: Fix timing
MerryMage
2018-03-23
Merge pull request #265 from bunnei/tegra-progress-2
bunnei
2018-03-23
Merge pull request #255 from Subv/sd_card
bunnei
2018-03-23
renderer_opengl: Fixes for properly flushing & rendering the framebuffer.
bunnei
2018-03-23
memory: Fix typo in RasterizerFlushVirtualRegion.
bunnei
2018-03-23
FS: Move the file open mode calculation to a separate function.
Subv
2018-03-23
memory: RasterizerFlushVirtualRegion should also check process image region.
bunnei
2018-03-23
rasterizer: Flush and invalidate regions should be 64-bit.
bunnei
2018-03-23
renderer_opengl: Better handling of framebuffer transform flags.
bunnei
2018-03-23
Service/SSL: add ssl service
mailwl
2018-03-22
nvdisp_disp0: Always flush and invalidate framebuffer region.
bunnei
2018-03-22
memory: Port RasterizerFlushVirtualRegion from Citra.
bunnei
2018-03-22
video_core: Move FramebufferInfo to FramebufferConfig in GPU.
bunnei
2018-03-22
Remove more N3DS References
N00byKing
2018-03-22
Service/spl: add module and services
mailwl
2018-03-21
FS: Implemented IFileSystem::CreateDirectory.
Subv
2018-03-21
Service/vi: convert services to module
mailwl
2018-03-20
Service: add fatal:u, fatal:p services
mailwl
2018-03-19
FS: Implemented IFileSystem's OpenDirectory function.
Subv
2018-03-19
FS: Added the IDirectory IPC interface and implemented its two functions.
Subv
2018-03-19
FS: Implement DiskFileSystem's OpenDirectory interface.
Subv
2018-03-19
FS: Implement DiskFileSystem::GetEntryType for existing files/directories.
Subv
2018-03-19
FS: Updated the Directory Entry structure to match the Switch.
Subv
2018-03-19
FS: Support the file Append open mode.
Subv
2018-03-19
FS: Implement MountSdCard.
Subv
2018-03-19
FS: Added an SDMC archive factory and registered it to the SDMC archive on st...
Subv
2018-03-19
Clang Fixes
N00byKing
2018-03-19
oops
N00byKing
2018-03-19
More Warning cleanups
N00byKing
2018-03-19
Clean Warnings (?)
N00byKing
2018-03-18
Merge pull request #193 from N00byKing/3184_2_robotic_boogaloo
bunnei
2018-03-18
vi: Remove DequeueBuffer and wait until next available buffer.
bunnei
2018-03-18
hle_ipc: Add SleepClientThread to block current thread within HLE routines.
bunnei
2018-03-18
hle_ipc: Use shared_ptr instead of unique_ptr to allow copies.
bunnei
2018-03-18
hle_ipc: Remove GetPointer(..) usage with WriteToOutgoingCommandBuffer.
bunnei
2018-03-18
thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB.
bunnei
2018-03-16
nvflinger: Remove superfluous buffer format check.
bunnei
2018-03-16
process: MirrorMemory should use MemoryState::Mapped.
bunnei
2018-03-16
process: Unmap previously allocated heap.
bunnei
2018-03-16
arm_interface: Support unmapping previously mapped memory.
bunnei
2018-03-16
svc: Use more correct values for GetInfo MapRegion and NewMapRegion.
bunnei
2018-03-16
kernel: Move stack region outside of application heap.
bunnei
2018-03-16
memory: Add regions for map region, "new" map region, etc.
bunnei
2018-03-16
process: Fix stack memory state.
bunnei
2018-03-16
MemoryState: Add additional memory states and improve naming.
bunnei
2018-03-16
IGeneralService: fix function list
mailwl
2018-03-16
Service/NIFM: stub cancel function
mailwl
2018-03-16
Service/NIFM: convert to module
mailwl
2018-03-14
core: Move process creation out of global state.
bunnei
2018-03-04
Merge pull request #229 from Subv/ensuresavedata_impl
bunnei
[next]