index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
Age
Commit message (
Expand
)
Author
2019-03-11
set_sys: Move constants to anonymous namespace
Zach Hilman
2019-03-10
set_sys: Use official nintendo version string
Zach Hilman
2019-03-10
set_sys: Use correct error codes in GetFirmwareVersion*
Zach Hilman
2019-03-10
set_sys: Implement GetFirmwareVersion(2) for libnx hosversion
Zach Hilman
2019-03-07
Merge pull request #2202 from lioncash/port-priv
bunnei
2019-03-07
Merge pull request #2206 from lioncash/audio-stop
bunnei
2019-03-07
Merge pull request #2055 from bunnei/gpu-thread
bunnei
2019-03-07
service/audio/audout_u: Only actually stop the audio stream in StopAudioOut i...
Lioncash
2019-03-06
Merge pull request #2197 from lioncash/include
bunnei
2019-03-06
gpu: Move command processing to another thread.
bunnei
2019-03-06
gpu: Refactor command and swap buffers interface for asynch.
bunnei
2019-03-06
hle/service/audio/audout_u: Correct lack of return in failure case of AppendA...
Lioncash
2019-03-05
kernel/server_session: Make data members private
Lioncash
2019-03-05
hle/service/audio: Extract audio error codes to a header
Lioncash
2019-03-05
core/hle/ipc: Remove unnecessary includes
Lioncash
2019-03-01
Merge pull request #2180 from lioncash/audren
bunnei
2019-03-01
service/audio/audren_u: Implement OpenAudioRendererAuto
Lioncash
2019-03-01
service/audio: Provide an implementation of ExecuteAudioRendererRendering
Lioncash
2019-02-27
service/hid: Amend forward declaration of ServiceManager
Lioncash
2019-02-27
Merge pull request #2169 from lioncash/naming
bunnei
2019-02-27
audio_core/audio_renderer: Name previously unknown parameters of AudioRendere...
Lioncash
2019-02-27
common/math_util: Move contents into the Common namespace
Lioncash
2019-02-25
service/vi: Update IManagerDisplayService's function table
Lioncash
2019-02-21
service/nvflinger: Store BufferQueue instances as regular data members
Lioncash
2019-02-21
service/vi/vi_layer: Convert Layer struct into a class
Lioncash
2019-02-21
service/nvflinger: Move display specifics over to vi_display
Lioncash
2019-02-19
service/nvflinger: Relocate definitions of Layer and Display to the vi service
Lioncash
2019-02-15
core_timing: Convert core timing into a class
Lioncash
2019-02-12
core_timing: Rename CoreTiming namespace to Core::Timing
Lioncash
2019-02-08
nvdisp_disp0: change drawing message log level from Warning to Trace
Tobias
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
Merge pull request #2072 from lioncash/service
bunnei
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
[next]