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
2019-02-05
service/nvflinger,service/vi: Handle failure cases with exposed API
Lioncash
2019-02-05
service/nvflinger: Mark FindVsyncEvent() as a const member function
Lioncash
2019-02-05
service/nvflinger: Rename GetVsyncEvent() to FindVsyncEvent()
Lioncash
2019-02-01
Merge pull request #2073 from lioncash/opus
bunnei
2019-01-31
kernel: Remove the Timer class
Lioncash
2019-01-31
Merge pull request #2072 from lioncash/service
bunnei
2019-01-31
Merge pull request #2077 from lioncash/virt
bunnei
2019-01-30
kernel/wait_object: Devirtualize functions related to manipulating the thread...
Lioncash
2019-01-30
kernel/timer: Remove unnecessary WakeupAllWaitingThreads() override
Lioncash
2019-01-30
kernel/readable_event: Remove unnecessary WakeupAllWaitingThreads() override
Lioncash
2019-01-30
hwopus: Implement DecodeInterleaved
Lioncash
2019-01-30
service/nvflinger: Make FindBufferQueueId() a const member function
Lioncash
2019-01-30
service/nvflinger: Rename Get prefix on function to Find
Lioncash
2019-01-29
hwopus: Deduplicate the decoding code within DecodeInterleavedOld and DecodeI...
Lioncash
2019-01-29
hwopus: Replace std::optional<std::reference_wrapper<u64>> with u64*
Lioncash
2019-01-29
hwopus: Mark local variables as const where applicable
Lioncash
2019-01-29
hwopus: Fill in the rest of the unknown service function names
Lioncash
2019-01-29
service/ns: Update function tables
Lioncash
2019-01-29
service/ncm: Update function tables
Lioncash
2019-01-29
service/audio: Update function tables
Lioncash
2019-01-29
service/am/applet_ae: Update function tables
Lioncash
2019-01-29
service/fsp-srv: Update function tables
Lioncash
2019-01-29
service/btm: Update function tables
Lioncash
2019-01-29
service/btdrv: Update function tables
Lioncash
2019-01-29
service/psc: Update function tables
Lioncash
2019-01-29
nvflinger: Add the Null display
Lioncash
2019-01-29
nvflinger: Change log message in OpenDisplay to be a debug log instead of a w...
Lioncash
2019-01-29
nvflinger: Remove unnecessary header inclusions
Lioncash
2019-01-29
nvflinger: Mark locals const where applicable
Lioncash
2019-01-29
nvflinger: Use a std::array for the available displays instead of std::vector
Lioncash
2019-01-29
hle/ipc_helpers: Fix clang-format warnings
Lioncash
2019-01-29
hle/ipc_helpers: Allow pushing signed values
Lioncash
2019-01-28
service/pm: Implement SetMaintenanceBoot()
Lioncash
2019-01-28
service/pm: Tidy up functionality related to SystemBootMode
Lioncash
2019-01-28
service/vi: Remove stubbed notifier from SetLayerVisibility
Lioncash
2019-01-26
kernel/svc: Log out uncaught C++ exceptions from svcBreak
Lioncash
2019-01-23
Merge pull request #2054 from bunnei/scope-context-refactor
bunnei
2019-01-23
frontend: Refactor ScopeAcquireWindowContext out of renderer_opengl.
bunnei
2019-01-22
citra_qt: Log settings on launch
zhupengfei
2019-01-20
Merge pull request #2025 from DarkLordZach/loader-banner-logo
bunnei
2019-01-19
Merge pull request #2031 from lioncash/priv
bunnei
2019-01-18
file_sys/directory: Remove unused DirectoryBackend class
Lioncash
2019-01-17
core/frontend/applets/web_browser: Include missing headers
Lioncash
2019-01-17
core/frontend/applets/web_browser: Make OpenPage() non-const
Lioncash
2019-01-15
loader: Propagate NCA logo section to ReadBanner and ReadLogo
Zach Hilman
2019-01-15
content_archive: Add getter for logo section of NCA
Zach Hilman
2019-01-10
Merge pull request #1959 from DarkLordZach/custom-rtc
bunnei
2019-01-10
Merge pull request #1939 from DarkLordZach/web-applet
bunnei
2019-01-07
settings: Fix comment structure
Zach Hilman
2019-01-07
settings: Use std::chrono::seconds instead of s64 for RTC
Zach Hilman
[next]