15596 Commits (f4610e77e2bb716a123efad75c955152a084a3e6)

Author SHA1 Message Date
ReinUsesLisp 44b552be71 shader/arithmetic: Implement FCMP immediate + register variant 5 years ago
ReinUsesLisp 79da90cea8 video_core: Enforce -Wredundant-move and -Wpessimizing-move 5 years ago
ReinUsesLisp 4a451e5849 video_core: Enforce -Werror=type-limits 5 years ago
ReinUsesLisp cdb2480d39 common/fiber: Take shared_ptr<Fiber> by copy in YieldTo 5 years ago
ReinUsesLisp 3fdb42e0b4 tests: Fix data race in fibers test 5 years ago
Lioncash 020519def8 service: Update function tables 5 years ago
liushuyu 8e673cbb08
web_backend: fix a regression introduced in 39c8d18 5 years ago
Lioncash 047e77e2f0 sync_manager: Amend parameter order of calls to SyncptIncr constructor 5 years ago
Lioncash cce14b4cd7 h264: Make WriteUe take a u32 5 years ago
Lioncash 6291975731 vp9: std::move buffer within ComposeFrameHeader() 5 years ago
Lioncash 00decfbb07 vp9: Remove dead code 5 years ago
Lioncash 111802bbbb vp9: Join declarations with assignments 5 years ago
Lioncash 3b5d5fa86f vp9: Remove pessimizing moves 5 years ago
Lioncash dcc26c54a5 vp9: Resolve variable shadowing 5 years ago
Lioncash c04203b786 nvdec: Tidy up header includes 5 years ago
bunnei 941563f981 yuzu: settings: Enable multicore, asynch GPU, and assembly shaders by default. 5 years ago
ReinUsesLisp ce69ff2890 hle/kernel: Remove unused registered_core_threads to fix data races 5 years ago
ameerj eb67a45ca8 video_core: NVDEC Implementation 5 years ago
lat9nq 8bd246032a kernel: Use the current time as the default RNG seed 5 years ago
Lioncash 6b5f565324 controller: Pass ControllerParameters by reference in ReconfigureControllers() 5 years ago
bunnei 3984bb6def hle: services: TimeZoneContentManager: This can be made explicit. 5 years ago
bunnei 54aabb00b0 core: cpu_manager: Add missing call to MicroProfileOnThreadExit(). 5 years ago
Lioncash 98f4c5e7b8 general: Use template deduction guides for lock_guard 5 years ago
Lioncash 061a63547f controller: Convert led_patterns integer literals to bool literals 5 years ago
Morph 9afbcd9e8a applets/profile_select: Resolve a warning in exec() 5 years ago
Kewlan 85b5b816cf Don't ask for profile when there's only one. 5 years ago
Lioncash ea20b5c970 core: Fix clang build pt.3 5 years ago
Morph 2f852f182a sdl_impl: Fix controller reconnection issues 5 years ago
Lioncash e408bd3b7c core: Fix clang build pt.2 5 years ago
bunnei 3d592972dc
Revert "core: Fix clang build" 5 years ago
Lioncash 678d012c2c video_core: Conditially activate relevant compiler warnings 5 years ago
Lioncash fdd9154069 kernel: Fix build with recent compiler flag changes 5 years ago
Morph ff82f3894a configure_input_player: Fix modifier buttons 5 years ago
ReinUsesLisp f21a189148 gl_arb_decompiler: Implement robust buffer operations 5 years ago
David Marcec 298b50e220 Added remaining params 5 years ago
David Marcec acd35e1b60 nifm: GetAppletInfo stub 6 years ago
Lioncash 0ab7bfdfce core: Add boxcat sources with target_sources 5 years ago
Lioncash be1954e04c core: Fix clang build 5 years ago
Lioncash c1577f3448 mii/manager: Make use of unused lower bound in GetRandomValue() 5 years ago
bunnei 363c644730 service: bcat: Check client connection before interacting with socket. 5 years ago
Lioncash 30b1e71066 udp/client: Make use of designated initializers in TestCommunication() 5 years ago
Lioncash 36cfb234d5 udp/client: Take std::function by const reference with TestCommunication() 5 years ago
Morph 7b3f5845d2 sdl_impl: Erase the SDLJoystick entry after removing a controller 5 years ago
Lioncash 046c0c91a3 input_common/CMakeLists: Make some warnings errors 5 years ago
bunnei 1d714c8c7f service: acc: Stub IManagerForApplication::StoreOpenContext. 5 years ago
bunnei 1f186f34a2 hle: service: vi: Implement BufferQueue::CancelBuffer. 5 years ago
ReinUsesLisp b9a9b83bee kernel: Implement host thread register methods without locking 5 years ago
Lioncash 9f9b64d280 audio_core/CMakeLists: Make warnings consistent with core 5 years ago
Lioncash 39c8d18feb core/CMakeLists: Make some warnings errors 5 years ago
ReinUsesLisp e4e0abc418 vk_graphics_pipeline: Manage primitive topology as fixed state 5 years ago