index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
Age
Commit message (
Expand
)
Author
2018-03-23
renderer_opengl: Fixes for properly flushing & rendering the framebuffer.
bunnei
2018-03-23
renderer_opengl: Better handling of framebuffer transform flags.
bunnei
2018-03-22
nvdisp_disp0: Always flush and invalidate framebuffer region.
bunnei
2018-03-22
video_core: Move FramebufferInfo to FramebufferConfig in GPU.
bunnei
2018-03-21
Service/vi: convert services to module
mailwl
2018-03-20
Service: add fatal:u, fatal:p services
mailwl
2018-03-19
Clang Fixes
N00byKing
2018-03-19
oops
N00byKing
2018-03-19
Clean Warnings (?)
N00byKing
2018-03-18
vi: Remove DequeueBuffer and wait until next available buffer.
bunnei
2018-03-18
hle_ipc: Remove GetPointer(..) usage with WriteToOutgoingCommandBuffer.
bunnei
2018-03-16
nvflinger: Remove superfluous buffer format check.
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
2018-03-04
FS: Stubbed CreateSaveData. It currently does nothing.
Subv
2018-03-04
FS: Make EnsureSaveData create the savedata folder when called for the first ...
Subv
2018-03-04
CoreTiming: Unschedule the pending events when an Interface is destroyed.
Subv
2018-03-03
Merge pull request #226 from Subv/buffer_queue_event
bunnei
2018-03-03
Vi: Signal the BufferQueue's Native Handle right after ReleaseBuffer is called.
Subv
2018-03-03
Service/Set: add more services
mailwl
2018-03-01
FS: Implement MountSaveData and some of the IFile interface.
Subv
2018-03-01
Filesystem: Added a SaveData Factory and associated Disk_FileSystem.
Subv
2018-02-23
Merge pull request #212 from mailwl/stubs
bunnei
2018-02-23
time: Add missing time:s functions, used for libnx
shinyquagsire23
2018-02-22
Stub more functions
mailwl
2018-02-22
Stub am::SetScreenShotPermission, and bsd::StartMonitoring functions
mailwl
2018-02-21
time: Add GetStandardLocalSystemClock, used by libnx
shinyquagsire23
2018-02-20
Merge pull request #206 from mailwl/aoc-listaddoncontent
bunnei
2018-02-20
Service/AOC: stub ListAddOnContent function
mailwl
2018-02-19
acc_u0: Stub ListOpenUsers service function.
bunnei
2018-02-19
service: Add Friend service interface.
bunnei
2018-02-18
AM: Corrected the response in EnsureSaveData.
Subv
2018-02-18
Merge pull request #200 from Subv/bufferproducerfence
bunnei
2018-02-17
nvmap: Make IocFromId return the same existing handle instead of creating a n...
Subv
2018-02-17
Parcel: Ensure we don't read past the end of the parcels in Vi.
Subv
2018-02-17
Vi: Mark all fences as NO_FENCE in the DequeueBuffer response parcel.
Subv
2018-02-17
Vi: Always write the IGBPBuffer in the RequestBuffer response parcel.
Subv
2018-02-16
Service/hid: stub some functions
mailwl
2018-02-14
nvhost-ctrl: Stub NVHOST_IOCTL_CTRL_EVENT_WAIT.
Subv
2018-02-14
Vi: Mark the fences as valid in the DequeueBuffer response parcel.
Subv
2018-02-14
Vi: Added a missing u32 in the DequeueBuffer response parcel.
Subv
2018-02-14
Vi: Don't write the IGBPBuffer in the IGBPRequestBufferResponseParcel.
Subv
2018-02-14
Vi: Properly write the BufferProducerFence object in the DequeueBuffer respon...
Subv
2018-02-14
pl_u: Implement basic shared font loading from RAM dump.
bunnei
2018-02-14
hid: Stub GetVibrationDeviceInfo and SendVibrationValues.
bunnei
2018-02-14
Merge pull request #188 from bunnei/refactor-buffer-descriptor
bunnei
2018-02-14
Fix fps counter to correctly measure frame end when there was no frame to draw
James Rowe
[next]