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
Age
Commit message (
Expand
)
Author
2019-03-05
vm_manager: Remove cheat-specific ranges from VMManager
Zach Hilman
2019-03-05
kernel/thread: Remove obsolete TODO in Create()
Lioncash
2019-03-05
core/hle/ipc: Remove unnecessary includes
Lioncash
2019-03-04
vm_manager: Add support for storing and getting main code region
Zach Hilman
2019-03-04
controllers/npad: Add accessor for current press state
Zach Hilman
2019-03-04
vm_manager: Use range helpers in HeapAlloc() and HeapFree()
Lioncash
2019-03-04
vm_manager: Provide address range checking functions for other memory regions
Lioncash
2019-03-04
kernel/scheduler: Pass in system instance in constructor
Lioncash
2019-03-04
kernel/shared_memory: Get rid of the use of global accessor functions within ...
Lioncash
2019-03-04
svc: Migrate address range checking functions to VMManager
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
Merge pull request #2161 from lioncash/handle-table
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-26
service/vi: Unstub GetDisplayService
Lioncash
2019-02-26
core/ipc_helper: Allow popping all signed value types with RequestParser
Lioncash
2019-02-26
service/vi: Remove use of a module class
Lioncash
2019-02-25
kernel/handle_table: Make local variables as const where applicable
Lioncash
2019-02-25
kernel/handle_table: Allow process capabilities to limit the handle table size
Lioncash
2019-02-25
kernel/handle-table: In-class initialize data members
Lioncash
2019-02-25
kernel/handle_table: Resolve truncation warnings
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-16
address_arbiter: Use nested namespaces where applicable
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-06
remove all occurance of specifying endianness inside BitField
Weiyi Wang
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
[prev]
[next]