summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-30gl_buffer_cache: Remove unused ReserveMemory methodReinUsesLisp
2019-05-30maxwell_to_gl: Use GL_CLAMP to emulate Clamp wrap modeReinUsesLisp
2019-05-30gl_rasterizer: Move alpha testing to the OpenGL pipelineReinUsesLisp
2019-05-30gl_rasterizer: Use GL_QUADS to emulate quads renderingReinUsesLisp
2019-05-30rasterizer_opengl: Remove OpenGL core profileReinUsesLisp
2019-05-30main: Remove extraneous commentZach Hilman
2019-05-30Remove outdated info about compabilityShalokShalom
2019-05-29qt: Silence name collision warningsReinUsesLisp
2019-05-29yuzu: Remove unused birthday settingfearlessTobi
2019-05-29Merge pull request #2446 from ReinUsesLisp/tidbunnei
2019-05-29Merge pull request #2518 from ReinUsesLisp/sdl2-windowbunnei
2019-05-29yuzu/software_keyboard: Remove unnecessary GetStatus() member functionLioncash
2019-05-29profile_select: Remove unnecessary GetStatus() member functionLioncash
2019-05-29profile_select: Return int instead of u32 for GetIndex()Lioncash
2019-05-29core/core: Remove unnecessary includesLioncash
2019-05-28yuzu_cmd/yuzu: Correct formatting specifierLioncash
2019-05-28core/loader: Remove LoadKernelSystemModeLioncash
2019-05-28core/telemetry_session: Remove unnecessary web service nulling out in destructorLioncash
2019-05-28core/telemetry_session: Remove usages of the global system accessorLioncash
2019-05-28core/telemetry_session: Explicitly delete copy and move constructorsLioncash
2019-05-28core/telemetry_session: Remove unused includeLioncash
2019-05-27Merge pull request #2519 from lioncash/signbunnei
2019-05-27Merge pull request #2524 from ReinUsesLisp/fixup-extensionbunnei
2019-05-27gl_device: Add commentary to AOFFI unit test source codeReinUsesLisp
2019-05-27gl_shader_gen: Always declare extensions after the version declarationReinUsesLisp
2019-05-26ncm: Implement LR OpenAddOnContentLocationResolver (2)Zach Hilman
2019-05-26ncm: Implement LR OpenRegisteredLocationResolver (1)Zach Hilman
2019-05-26ncm: Implement LR OpenLocationResolver (0)Zach Hilman
2019-05-26game_list_worker: Add better error handling to cachingZach Hilman
2019-05-26yuzu: Clear partial/full game list cache when data is updatedZach Hilman
2019-05-26game_list: Implement caching for game listZach Hilman
2019-05-26ui_settings: Add option to cache game listZach Hilman
2019-05-26vk_device: Let formats array type be deducedReinUsesLisp
2019-05-26vk_shader_decompiler: Misc fixesReinUsesLisp
2019-05-26vk_device: Enable features when available and misc changesReinUsesLisp
2019-05-26emu_window: Pass OnMinimalClientAreaChangeRequest argument by copyReinUsesLisp
2019-05-25Merge pull request #2516 from lioncash/labelbunnei
2019-05-25Merge pull request #2509 from lioncash/aocbunnei
2019-05-25Merge pull request #2511 from lioncash/file-strbunnei
2019-05-25Merge pull request #2517 from lioncash/hotkeybunnei
2019-05-25core_timing_util: Silence sign-comparison warningsLioncash
2019-05-25loader/nso: Silence sign-comparison warningLioncash
2019-05-25yuzu_cmd: Split emu_window OpenGL implementation into its own fileReinUsesLisp
2019-05-25configure_hotkeys: Remove unnecessary Settings::Apply() callLioncash
2019-05-25configure_hotkeys: Tidy up key sequence conflict error stringLioncash
2019-05-25configure_hotkeys: Change critical error dialog into a warning dialogLioncash
2019-05-25configure_hotkeys: Move conflict detection logic to IsUsedKey()Lioncash
2019-05-25configure_hotkeys: Remove unused EmitHotkeysChanged()Lioncash
2019-05-25sequence_dialog: Reorganize the constructorLioncash
2019-05-25sequence_dialog: Remove unnecessary horizontal specifierLioncash