5822 Commits (82d43a3554bedde0afaf5c36be283c3f2075c0b2)

Author SHA1 Message Date
Lioncash a71549e4ff core/core: Remove the global telemetry accessor function 7 years ago
Lioncash c833b5a465 core/core: Replace direct usage of the global system telemetry accessor from Shutdown() 7 years ago
Weiyi Wang 99e52e6331 Memory: don't lock hle mutex in memory read/write 7 years ago
Lioncash 6cdc050f36 service/audio/audren_u: Implement OpenAudioRendererAuto 7 years ago
Lioncash c206bce561 service/audio: Provide an implementation of ExecuteAudioRendererRendering 7 years ago
Annomatg 05ba8057ee Speed up memory page mapping (#2141) 7 years ago
Lioncash 269a497914 service/hid: Amend forward declaration of ServiceManager 7 years ago
Lioncash 4596a529ed core/frontend/emu_window: Make ClipToTouchScreen a const member function 7 years ago
Lioncash 3567364c42 audio_core/audio_renderer: Name previously unknown parameters of AudioRendererParameter 7 years ago
Lioncash e59ae7210a common/math_util: Move contents into the Common namespace 7 years ago
Lioncash 39eccc0286 common/vector_math: Move Vec[x] types into the Common namespace 7 years ago
Lioncash e86f1653d8 service/vi: Unstub GetDisplayService 7 years ago
Lioncash 93b02f28d8 core/ipc_helper: Allow popping all signed value types with RequestParser 7 years ago
Lioncash c576556e92 service/vi: Remove use of a module class 7 years ago
Lioncash c997e9e88c kernel/handle_table: Make local variables as const where applicable 7 years ago
Lioncash d396c08b13 kernel/handle_table: Allow process capabilities to limit the handle table size 7 years ago
Lioncash a13187e002 kernel/handle-table: In-class initialize data members 7 years ago
Lioncash f9c32c373d kernel/handle_table: Resolve truncation warnings 7 years ago
Lioncash 1269259bfa service/vi: Update IManagerDisplayService's function table 7 years ago
Frederic L b0f1eaee7a file_sys/vfs_vector: Fix ignored offset on Write 7 years ago
Lioncash 71ed54cbaf service/nvflinger: Store BufferQueue instances as regular data members 7 years ago
Lioncash 55f3ddb276 service/vi/vi_layer: Convert Layer struct into a class 7 years ago
Lioncash 00b5069249 service/nvflinger: Move display specifics over to vi_display 7 years ago
Jungy 1bb4f7e58b Fixes Unicode Key File Directories (#2120) 7 years ago
Lioncash bbc2e1c565 service/nvflinger: Relocate definitions of Layer and Display to the vi service 7 years ago
Fernando Sahmkow f28935f37d Corrections, documenting and fixes. 7 years ago
Lioncash 93f38bfcd1 address_arbiter: Use nested namespaces where applicable 7 years ago
Lioncash 12774b7c44 video_core: Remove usages of System::GetInstance() within the engines 7 years ago
Fernando Sahmkow 435c39e867 Use u128 on Clock Cycles calculation. 7 years ago
Fernando Sahmkow ab1257e4c2 Correct CNTPCT to use Clock Cycles instead of Cpu Cycles. 7 years ago
Lioncash 1c3371c921 core_timing: Convert core timing into a class 7 years ago
Lioncash eb39267bc0 threadsafe_queue: Remove NeedSize template parameter 7 years ago
Lioncash 8fd444d5a7 core_timing: Make EmptyTimedCallback a local variable 7 years ago
Lioncash 1d2de5c4b5 core_timing: Rename CoreTiming namespace to Core::Timing 7 years ago
Tobias cccf8f1423 nvdisp_disp0: change drawing message log level from Warning to Trace 7 years ago
ReinUsesLisp f1e717fbee gl_shader_cache: Link loading screen with disk shader cache load 7 years ago
ReinUsesLisp ea2ce59743 gl_shader_disk_cache: Pass core system as argument and guard against games without title ids 7 years ago
ReinUsesLisp 1342998379 settings: Hide shader cache behind a setting 7 years ago
ReinUsesLisp 5bed286abf rasterizer_interface: Add disk cache entry for the rasterizer 7 years ago
Dimitri ALBORA c7d6afc04a gdbstub: only let Execute breakpoints write/restore BKPT opcodes into target memory 7 years ago
Weiyi Wang b10f12b462 remove all occurance of specifying endianness inside BitField 7 years ago
Lioncash ac9fcf2ca2 service/nvflinger,service/vi: Handle failure cases with exposed API 7 years ago
Lioncash 49a28d52da service/nvflinger: Mark FindVsyncEvent() as a const member function 7 years ago
Lioncash 797fbcc6dd service/nvflinger: Rename GetVsyncEvent() to FindVsyncEvent() 7 years ago
Lioncash c6d2828c74 kernel: Remove the Timer class 7 years ago
Lioncash 9399a2efe5 kernel/wait_object: Devirtualize functions related to manipulating the thread list directly 7 years ago
Lioncash 84f0a76c97 kernel/timer: Remove unnecessary WakeupAllWaitingThreads() override 7 years ago
Lioncash 53c17e5dca kernel/readable_event: Remove unnecessary WakeupAllWaitingThreads() override 7 years ago
Lioncash 3e78328569 hwopus: Implement DecodeInterleaved 7 years ago
Lioncash 7ba76e0c34 service/nvflinger: Make FindBufferQueueId() a const member function 7 years ago