summaryrefslogtreecommitdiff
path: root/src/yuzu/main.cpp
AgeCommit message (Expand)Author
2019-09-04Address trivial review commentsfearlessTobi
2019-09-04yuzu: Add support for multiple game directoriesfearlessTobi
2019-09-03Fix to Windows sleep issuesfearlessTobi
2019-08-22Guard unistd.h with MacOS only macroWeiyi Wang
2019-08-22citra_qt: on osx chdir to bundle dir to allow detection of user folderB3n30
2019-08-16Merge pull request #2772 from lioncash/uiJames Rowe
2019-08-09yuzu/CMakeLists: Remove qt5_wrap_ui macro usageLioncash
2019-07-07yuzu/main: Make error messages within OnCoreError more localization-friendlyLioncash
2019-07-05Merge pull request #2601 from FernandoS27/texture_cacheZach Hilman
2019-06-24general_frontend: Add documentation for parental controls and ecommerce appletsZach Hilman
2019-06-24yuzu: Accept default applets for Parental Controls and ECommerceZach Hilman
2019-06-20video_core: Make ARB_buffer_storage a required extensionReinUsesLisp
2019-06-20Added missing space between two wordsAlex Subaric
2019-06-05Merge pull request #2521 from lioncash/namingbunnei
2019-06-05Merge pull request #2526 from lioncash/globalZach Hilman
2019-06-05yuzu/configuration: Make function naming consistentLioncash
2019-06-05Merge pull request #2527 from lioncash/indexZach Hilman
2019-05-30main: Remove extraneous commentZach Hilman
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-26yuzu: Clear partial/full game list cache when data is updatedZach Hilman
2019-05-24yuzu/main: Specify string conversions where applicableLioncash
2019-05-09yuzu/main: Move window title updating logic to its own functionLioncash
2019-04-17main: Add GMainWindow hooks for Error displayZach Hilman
2019-04-17main: Switch to AppletManager for frontendZach Hilman
2019-04-13Merge pull request #2017 from jroweboy/glwidgetbunnei
2019-04-12Fix Clang FormatFreddyFunk
2019-04-11ui_settings: Rename game directory variablesFreddyFunk
2019-04-09Merge pull request #2353 from lioncash/surfacebunnei
2019-04-09Merge pull request #1957 from DarkLordZach/title-providerbunnei
2019-04-09Merge pull request #2132 from FearlessTobi/port-4437bunnei
2019-04-05yuzu/debugger: Remove graphics surface viewerLioncash
2019-04-04Merge pull request #2331 from lioncash/cachebunnei
2019-04-04yuzu/main: Remove unnecessary includesLioncash
2019-04-04yuzu/main: Use QStringLiteral where applicable within OnTransferableShaderCac...Lioncash
2019-04-04yuzu/main: Tidy up the error dialog string in OnTransferableShaderCacheOpenFi...Lioncash
2019-04-03yuzu/main: Remove unnecessary string concatenation in OnTransferableShaderCac...Lioncash
2019-04-03yuzu/main: Make open_target a QStringLioncash
2019-04-03yuzu/main: Use static variant of QFile's exists()Lioncash
2019-04-03Merge pull request #2095 from FreddyFunk/open-transferable-shader-cachebunnei
2019-03-26game_list: Register content with ContentProviderZach Hilman
2019-03-25bootmanager: Bypass input focus issuesReinUsesLisp
2019-03-16yuzu: Make hotkeys configurable via the GUIAdityarup Laha
2019-03-07Merge pull request #2196 from DarkLordZach/web-applet-escbunnei
2019-03-07Merge pull request #2205 from FearlessTobi/docked-undocked-hotkeybunnei
2019-03-06Merge pull request #2190 from lioncash/ogl-globalbunnei
2019-03-06yuzu: add a hotkey to switch between undocked and docked modefearlessTobi
2019-03-04web_browser: Add shortcut to Enter key to exit appletZach Hilman