6067 Commits (be5c149d374a7caaead4b7d1bfbd7ae4670fc229)

Author SHA1 Message Date
Zach Hilman c5091bfe00 patch_manager: Add support for loading cheats lists 7 years ago
Zach Hilman 9d1ab766a0 controllers/npad: Add accessor for current press state 7 years ago
Lioncash 40de7f6fe8 vm_manager: Use range helpers in HeapAlloc() and HeapFree() 7 years ago
Lioncash 6c42a23550 vm_manager: Provide address range checking functions for other memory regions 7 years ago
Lioncash fad20213e6 kernel/scheduler: Pass in system instance in constructor 7 years ago
Lioncash f59040d752 kernel/shared_memory: Get rid of the use of global accessor functions within Create() 7 years ago
Lioncash 0be8fffc99 svc: Migrate address range checking functions to VMManager 7 years ago
Lioncash b114928459 core/core: Remove the global telemetry accessor function 7 years ago
Lioncash b5f0dc95db core/core: Replace direct usage of the global system telemetry accessor from Shutdown() 7 years ago
Weiyi Wang 5159f4eee8 Memory: don't lock hle mutex in memory read/write 7 years ago
Lioncash 84aff56644 service/audio/audren_u: Implement OpenAudioRendererAuto 7 years ago
Lioncash 42dc73157c service/audio: Provide an implementation of ExecuteAudioRendererRendering 7 years ago
Annomatg ef84c70d22 Speed up memory page mapping (#2141) 7 years ago
Lioncash 6335bf136f service/hid: Amend forward declaration of ServiceManager 7 years ago
Lioncash 46b3209abb core/frontend/emu_window: Make ClipToTouchScreen a const member function 7 years ago
Lioncash 0e1b5acc6a audio_core/audio_renderer: Name previously unknown parameters of AudioRendererParameter 7 years ago
Lioncash b9238edd0d common/math_util: Move contents into the Common namespace 7 years ago
Lioncash 1b855efd5e common/vector_math: Move Vec[x] types into the Common namespace 7 years ago
Lioncash 92ea1c32d6 service/vi: Unstub GetDisplayService 7 years ago
Lioncash 254b1e3df7 core/ipc_helper: Allow popping all signed value types with RequestParser 7 years ago
Lioncash 1b2872eebc service/vi: Remove use of a module class 7 years ago
Lioncash d29f9e9709 kernel/handle_table: Make local variables as const where applicable 7 years ago
Lioncash 5167d1577d kernel/handle_table: Allow process capabilities to limit the handle table size 7 years ago
Lioncash 4f8cd74061 kernel/handle-table: In-class initialize data members 7 years ago
Lioncash 0220862ba5 kernel/handle_table: Resolve truncation warnings 7 years ago
Lioncash be7dad5e7e service/vi: Update IManagerDisplayService's function table 7 years ago
Frederic L 517933adcb
file_sys/vfs_vector: Fix ignored offset on Write 7 years ago
Lioncash 90528f1326 service/nvflinger: Store BufferQueue instances as regular data members 7 years ago
Lioncash fd15730767 service/vi/vi_layer: Convert Layer struct into a class 7 years ago
Lioncash fa4dc2cf42 service/nvflinger: Move display specifics over to vi_display 7 years ago
Jungy 3273f93cd5 Fixes Unicode Key File Directories (#2120) 7 years ago
Lioncash 8d5d369b54 service/nvflinger: Relocate definitions of Layer and Display to the vi service 7 years ago
Fernando Sahmkow a8d4927e29 Corrections, documenting and fixes. 7 years ago
Lioncash 0113c36300 address_arbiter: Use nested namespaces where applicable 7 years ago
Lioncash a8fa5019b5 video_core: Remove usages of System::GetInstance() within the engines 7 years ago
Fernando Sahmkow ecccfe0337 Use u128 on Clock Cycles calculation. 7 years ago
Fernando Sahmkow 5b7ec71fb7 Correct CNTPCT to use Clock Cycles instead of Cpu Cycles. 7 years ago
Lioncash bd983414f6 core_timing: Convert core timing into a class 7 years ago
Lioncash f0bfb24c61 threadsafe_queue: Remove NeedSize template parameter 7 years ago
Lioncash 83ba3515ec core_timing: Make EmptyTimedCallback a local variable 7 years ago
Lioncash 48d9d66dc5 core_timing: Rename CoreTiming namespace to Core::Timing 7 years ago
Tobias 259e52ccb2 nvdisp_disp0: change drawing message log level from Warning to Trace 7 years ago
ReinUsesLisp eb73247433 gl_shader_cache: Link loading screen with disk shader cache load 7 years ago
ReinUsesLisp 7fefec585c gl_shader_disk_cache: Pass core system as argument and guard against games without title ids 7 years ago
ReinUsesLisp e78da8dc1f settings: Hide shader cache behind a setting 7 years ago
ReinUsesLisp 0ed5d728ca rasterizer_interface: Add disk cache entry for the rasterizer 7 years ago
Dimitri ALBORA 8b800369ea gdbstub: only let Execute breakpoints write/restore BKPT opcodes into target memory 7 years ago
Weiyi Wang 89abef3518 remove all occurance of specifying endianness inside BitField 7 years ago
Lioncash ef073ff117 service/nvflinger,service/vi: Handle failure cases with exposed API 7 years ago
Lioncash 7320c667df service/nvflinger: Mark FindVsyncEvent() as a const member function 7 years ago