5101 Commits (b6ac32dc35e0b8cdad9e91e1459a06e38a3010ae)

Author SHA1 Message Date
Zach Hilman b6ac32dc35 cheat_engine: Add parser and interpreter for game cheats 7 years ago
Zach Hilman 81f85bc280 loader/nso: Set main code region in VMManager 7 years ago
Zach Hilman df783dac1f vm_manager: Add support for storing and getting main code region 7 years ago
Zach Hilman 81302571bf patch_manager: Display cheats in game list add-ons 7 years ago
Zach Hilman 57c6d77be0 patch_manager: Add support for loading cheats lists 7 years ago
Zach Hilman b1fbf45e5e controllers/npad: Add accessor for current press state 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 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
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
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
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
Lioncash f57dd1bae3 service/nvflinger: Rename Get prefix on function to Find 7 years ago
Lioncash 2031c390f0 hwopus: Deduplicate the decoding code within DecodeInterleavedOld and DecodeInterleavedWithPerfOld 7 years ago
Lioncash bed6adebc3 hwopus: Replace std::optional<std::reference_wrapper<u64>> with u64* 7 years ago
Lioncash 023e37145a hwopus: Mark local variables as const where applicable 7 years ago