5270 Commits (d9b7bc44748908d49d59433870211df8e1c32581)

Author SHA1 Message Date
Lioncash 9d9676f620 kernel/address_arbiter: Minor tidying up 7 years ago
Lioncash ec6664f6d6 kernel/address_arbiter: Convert the address arbiter into a class 7 years ago
Zach Hilman 52ac6419da vm_manager: Remove cheat-specific ranges from VMManager 7 years ago
Lioncash 79f970e6de kernel/thread: Remove obsolete TODO in Create() 7 years ago
Lioncash 02bc9e9de1 core/hle/ipc: Remove unnecessary includes 7 years ago
Zach Hilman 7053546687 core: Add support for registering and controlling ownership of CheatEngine 7 years ago
Zach Hilman 769b346682 cheat_engine: Add parser and interpreter for game cheats 7 years ago
Zach Hilman c100a4b8d4 loader/nso: Set main code region in VMManager 7 years ago
Zach Hilman b952a30555 vm_manager: Add support for storing and getting main code region 7 years ago
Zach Hilman 4495bf5706 patch_manager: Display cheats in game list add-ons 7 years ago
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