summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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-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
2019-05-24renderer_opengl/utils: Use a std::string_view with LabelGLObject()Lioncash
2019-05-24Merge pull request #2513 from lioncash/stringbunnei
2019-05-24Merge pull request #2358 from ReinUsesLisp/parallel-shaderbunnei
2019-05-24yuzu/configuration/configure_graphics: Eliminate type narrowing in a connect ...Lioncash
2019-05-24yuzu/CMakeLists: Disable implicit QString conversionsLioncash
2019-05-24yuzu/applets/software_keyboard: Remove unused assert headerLioncash
2019-05-24yuzu/applets/software_keyboard: std::move argument in MainWindowFinishedText()Lioncash
2019-05-24yuzu/applets/software_keyboard: Resolve sign mismatch comparisonLioncash
2019-05-24yuzu/applets/software_keyboard: Specify string conversions explicitlyLioncash
2019-05-24yuzu/applets/error: Specify string conversions explicitlyLioncash
2019-05-24yuzu/main: Specify string conversions where applicableLioncash
2019-05-24Merge pull request #2485 from ReinUsesLisp/generic-memorybunnei
2019-05-24Merge pull request #2504 from lioncash/configbunnei
2019-05-24Merge pull request #2489 from FearlessTobi/port-4716bunnei