summaryrefslogtreecommitdiff
path: root/src/yuzu
AgeCommit message (Expand)Author
2019-06-03yuzu/bootmanager: unsigned -> u32Lioncash
2019-06-03yuzu/bootmanager: Change false literal to 0 for setSwapInterval()Lioncash
2019-06-03yuzu/bootmanager: Remove pointer downcast in GRenderWindow's constructorLioncash
2019-06-03yuzu/bootmanager: Remove unnecessary pointer castsLioncash
2019-05-30game_list_worker: Use QFile over our own IOFile instance or std streamsLioncash
2019-05-30game_list_worker: Remove template specializationsLioncash
2019-05-30Merge pull request #1931 from DarkLordZach/mii-database-1bunnei
2019-05-30Merge pull request #2431 from DarkLordZach/game-list-cachebunnei
2019-05-30rasterizer_opengl: Remove OpenGL core profileReinUsesLisp
2019-05-30main: Remove extraneous commentZach Hilman
2019-05-29qt: Silence name collision warningsReinUsesLisp
2019-05-29yuzu: Remove unused birthday settingfearlessTobi
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-28core/loader: Remove LoadKernelSystemModeLioncash
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-26loader: Move NSO module tracking to AppLoaderZach Hilman
2019-05-26emu_window: Pass OnMinimalClientAreaChangeRequest argument by copyReinUsesLisp
2019-05-25qt: Make UI option for 'Reporting Services' temporaryZach Hilman
2019-05-25settings: Add 'Reporting Services' config optionZach Hilman
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-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-20gl_shader_cache: Use shared contexts to build shaders in parallelReinUsesLisp
2019-05-20yuzu/configuration/config: Make default hotkeys an internally-linked array in...Lioncash
2019-05-20yuzu/configuration/config: Specify string conversions explicitlyLioncash
2019-05-20Merge pull request #2455 from lioncash/configbunnei
2019-05-20yuzu/game_list: Specify string conversions explicitlyLioncash
2019-05-20yuzu/game_list_worker: Specify string conversions explicitlyLioncash
2019-05-20yuzu/game_list_p: Amend mentions of SMDH in commentsLioncash
2019-05-20yuzu/game_list_p: Specify string conversions explicitlyLioncash