5076 Commits (1b2872eebc84ef3b35f8c0456ccb22519059d66a)

Author SHA1 Message Date
Lioncash 1b2872eebc service/vi: Remove use of a module class 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
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
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
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
Lioncash 3c02cdcc57 service/nvflinger: Rename GetVsyncEvent() to FindVsyncEvent() 7 years ago
Lioncash 414cc1eb1f kernel: Remove the Timer class 7 years ago
Lioncash a3cdd773c3 kernel/wait_object: Devirtualize functions related to manipulating the thread list directly 7 years ago
Lioncash 4596ef5274 kernel/timer: Remove unnecessary WakeupAllWaitingThreads() override 7 years ago
Lioncash 1a302d4d47 kernel/readable_event: Remove unnecessary WakeupAllWaitingThreads() override 7 years ago
Lioncash a897feb21e hwopus: Implement DecodeInterleaved 7 years ago
Lioncash ba14fb42e4 service/nvflinger: Make FindBufferQueueId() a const member function 7 years ago
Lioncash 1d11def9c4 service/nvflinger: Rename Get prefix on function to Find 7 years ago
Lioncash 07b86dc28c hwopus: Deduplicate the decoding code within DecodeInterleavedOld and DecodeInterleavedWithPerfOld 7 years ago
Lioncash 44f39bfb68 hwopus: Replace std::optional<std::reference_wrapper<u64>> with u64* 7 years ago
Lioncash eb1a3c1f4a hwopus: Mark local variables as const where applicable 7 years ago
Lioncash 06887c80a5 hwopus: Fill in the rest of the unknown service function names 7 years ago
Lioncash 5078106068 service/ns: Update function tables 7 years ago
Lioncash 1710847d08 service/ncm: Update function tables 7 years ago
Lioncash 0db8918947 service/audio: Update function tables 7 years ago
Lioncash c3affdd162 service/am/applet_ae: Update function tables 7 years ago
Lioncash 09727a6a97 service/fsp-srv: Update function tables 7 years ago
Lioncash c6c1c1b45f service/btm: Update function tables 7 years ago
Lioncash 0c59e6265f service/btdrv: Update function tables 7 years ago
Lioncash 49a3571e76 service/psc: Update function tables 7 years ago
Lioncash 7e92497402 nvflinger: Add the Null display 7 years ago
Lioncash 679e63550a nvflinger: Change log message in OpenDisplay to be a debug log instead of a warning 7 years ago
Lioncash 3d81a8efd5 nvflinger: Remove unnecessary header inclusions 7 years ago
Lioncash d9f9bb7552 nvflinger: Mark locals const where applicable 7 years ago
Lioncash f45c25aaba nvflinger: Use a std::array for the available displays instead of std::vector 7 years ago
Lioncash 2561a79c39 hle/ipc_helpers: Fix clang-format warnings 7 years ago
Lioncash ac603cf130 hle/ipc_helpers: Allow pushing signed values 7 years ago
Lioncash 932922f67f service/pm: Implement SetMaintenanceBoot() 7 years ago
Lioncash cb2ce9924a service/pm: Tidy up functionality related to SystemBootMode 7 years ago
Lioncash 5e636d1f6e service/vi: Remove stubbed notifier from SetLayerVisibility 7 years ago