10310 Commits (cf7a646f0b73fbcdee32bf78e76c38fa01caddd9)

Author SHA1 Message Date
ReinUsesLisp 165b4307ea gl_shader_cache: Flip if condition in GetStageProgram to reduce indentation 7 years ago
ReinUsesLisp 1423e5d59d gl_buffer_cache: Remove unused ReserveMemory method 7 years ago
ReinUsesLisp 3466bf45e8 maxwell_to_gl: Use GL_CLAMP to emulate Clamp wrap mode 7 years ago
ReinUsesLisp af55acef7b gl_rasterizer: Move alpha testing to the OpenGL pipeline 7 years ago
ReinUsesLisp 8bd24371a3 gl_rasterizer: Use GL_QUADS to emulate quads rendering 7 years ago
ReinUsesLisp b70a0ec46d rasterizer_opengl: Remove OpenGL core profile 7 years ago
Zach Hilman 99e5ba2e98 main: Remove extraneous comment 7 years ago
ReinUsesLisp 0d80feda2d qt: Silence name collision warnings 7 years ago
fearlessTobi 5dc330f1ef yuzu: Remove unused birthday setting 7 years ago
Lioncash a4d4b67322 yuzu/software_keyboard: Remove unnecessary GetStatus() member function 7 years ago
Lioncash 5cf1aab5a8 profile_select: Remove unnecessary GetStatus() member function 7 years ago
Lioncash 5f2adf1a9e profile_select: Return int instead of u32 for GetIndex() 7 years ago
Lioncash 9ac89fde57 core/core: Remove unnecessary includes 7 years ago
Lioncash f358207a81 yuzu_cmd/yuzu: Correct formatting specifier 7 years ago
Lioncash 7dd4fbf551 core/loader: Remove LoadKernelSystemMode 7 years ago
Lioncash 5a776e5dc9 core/telemetry_session: Remove unnecessary web service nulling out in destructor 7 years ago
Lioncash 5fe132ec98 core/telemetry_session: Remove usages of the global system accessor 7 years ago
Lioncash 8174fa5f9d core/telemetry_session: Explicitly delete copy and move constructors 7 years ago
Lioncash f7180e3422 core/telemetry_session: Remove unused include 7 years ago
ReinUsesLisp ae6e56271f gl_device: Add commentary to AOFFI unit test source code 7 years ago
ReinUsesLisp 469bcc66b1 gl_shader_gen: Always declare extensions after the version declaration 7 years ago
Zach Hilman 7b531ebaae ncm: Implement LR OpenAddOnContentLocationResolver (2) 7 years ago
Zach Hilman 2630a22608 ncm: Implement LR OpenRegisteredLocationResolver (1) 7 years ago
Zach Hilman feeda71211 ncm: Implement LR OpenLocationResolver (0) 7 years ago
Zach Hilman 2cc382429e game_list_worker: Add better error handling to caching 7 years ago
Zach Hilman 246a57be6f yuzu: Clear partial/full game list cache when data is updated 7 years ago
Zach Hilman 6aba84eee1 game_list: Implement caching for game list 7 years ago
Zach Hilman 14a039fa95 ui_settings: Add option to cache game list 7 years ago
ReinUsesLisp f4bbb7fe44 vk_device: Let formats array type be deduced 7 years ago
ReinUsesLisp fab91ab3b9 vk_shader_decompiler: Misc fixes 7 years ago
ReinUsesLisp 664da04158 vk_device: Enable features when available and misc changes 7 years ago
ReinUsesLisp 2410482b11 emu_window: Pass OnMinimalClientAreaChangeRequest argument by copy 7 years ago
Lioncash e55ce09875 core_timing_util: Silence sign-comparison warnings 7 years ago
Lioncash fc1d10d33a loader/nso: Silence sign-comparison warning 7 years ago
ReinUsesLisp 462140fdb1 yuzu_cmd: Split emu_window OpenGL implementation into its own file 7 years ago
Lioncash c0c69367c7 configure_hotkeys: Remove unnecessary Settings::Apply() call 7 years ago
Lioncash 1e12e2f906 configure_hotkeys: Tidy up key sequence conflict error string 7 years ago
Lioncash 02687c55b4 configure_hotkeys: Change critical error dialog into a warning dialog 7 years ago
Lioncash 0989921fb9 configure_hotkeys: Move conflict detection logic to IsUsedKey() 7 years ago
Lioncash c227927751 configure_hotkeys: Remove unused EmitHotkeysChanged() 7 years ago
Lioncash 82b996abf7 sequence_dialog: Reorganize the constructor 7 years ago
Lioncash 6b913ce590 sequence_dialog: Remove unnecessary horizontal specifier 7 years ago
Lioncash 2554072b1d renderer_opengl/utils: Use a std::string_view with LabelGLObject() 7 years ago
Lioncash 2cb44f4a07 yuzu/configuration/configure_graphics: Eliminate type narrowing in a connect call 7 years ago
Lioncash 6924e2ee68 yuzu/CMakeLists: Disable implicit QString conversions 7 years ago
Lioncash f4a1312c3c yuzu/applets/software_keyboard: Remove unused assert header 7 years ago
Lioncash c991a5d2b0 yuzu/applets/software_keyboard: std::move argument in MainWindowFinishedText() 7 years ago
Lioncash 63eed87b61 yuzu/applets/software_keyboard: Resolve sign mismatch comparison 7 years ago
Lioncash cd72443889 yuzu/applets/software_keyboard: Specify string conversions explicitly 7 years ago
Lioncash 0cfd78073f yuzu/applets/error: Specify string conversions explicitly 7 years ago