summaryrefslogtreecommitdiffstats
path: root/src/yuzu/main.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* main: Add GMainWindow hooks for Error displayZach Hilman2019-04-171-0/+5
* main: Switch to AppletManager for frontendZach Hilman2019-04-171-3/+9
* Merge pull request #2017 from jroweboy/glwidgetbunnei2019-04-141-1/+14
|\
| * bootmanager: Bypass input focus issuesReinUsesLisp2019-03-251-0/+12
| * QT Frontend: Migrate to QOpenGLWindowJames Rowe2019-01-221-1/+2
* | Fix Clang FormatFreddyFunk2019-04-121-4/+8
* | ui_settings: Rename game directory variablesFreddyFunk2019-04-111-10/+10
* | Merge pull request #2353 from lioncash/surfacebunnei2019-04-101-6/+0
|\ \
| * | yuzu/debugger: Remove graphics surface viewerLioncash2019-04-061-6/+0
* | | Merge pull request #1957 from DarkLordZach/title-providerbunnei2019-04-101-9/+14
|\ \ \
| * | | game_list: Register content with ContentProviderZach Hilman2019-03-271-9/+14
* | | | Merge pull request #2132 from FearlessTobi/port-4437bunnei2019-04-101-26/+27
|\ \ \ \ | |_|/ / |/| | |
| * | | yuzu: Make hotkeys configurable via the GUIAdityarup Laha2019-03-161-26/+27
| |/ /
* | | Merge pull request #2331 from lioncash/cachebunnei2019-04-051-9/+6
|\ \ \
| * | | yuzu/main: Use QStringLiteral where applicable within OnTransferableShaderCacheOpenFile()Lioncash2019-04-041-2/+2
| * | | yuzu/main: Tidy up the error dialog string in OnTransferableShaderCacheOpenFile()Lioncash2019-04-041-3/+2
| * | | yuzu/main: Remove unnecessary string concatenation in OnTransferableShaderCacheOpenFile()Lioncash2019-04-041-1/+1
| * | | yuzu/main: Make open_target a QStringLioncash2019-04-041-4/+2
| * | | yuzu/main: Use static variant of QFile's exists()Lioncash2019-04-041-1/+1
* | | | yuzu/main: Remove unnecessary includesLioncash2019-04-041-5/+8
|/ / /
* | | Merge pull request #2095 from FreddyFunk/open-transferable-shader-cachebunnei2019-04-041-0/+38
|\ \ \ | |/ / |/| |
| * | Use QString instead of std::string where applicableunknown2019-02-081-17/+11
| * | Use constexpr char array instead of string where applicableMat M2019-02-081-1/+1
| * | frontend: Open transferable shader cache for a selected game in the gamelistunknown2019-02-081-0/+44
* | | Merge pull request #2196 from DarkLordZach/web-applet-escbunnei2019-03-071-0/+5
|\ \ \
| * | | web_browser: Add shortcut to Enter key to exit appletZach Hilman2019-03-051-0/+5
* | | | Merge pull request #2205 from FearlessTobi/docked-undocked-hotkeybunnei2019-03-071-0/+8
|\ \ \ \
| * | | | yuzu: add a hotkey to switch between undocked and docked modefearlessTobi2019-03-061-0/+8
| |/ / /
* | | | Merge pull request #2190 from lioncash/ogl-globalbunnei2019-03-071-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | yuzu: Remove usage of the global telemetry accessorLioncash2019-03-041-1/+1
| |/ /
* / / citra_qt/main: make SPEED_LIMIT_STEP static constexprfearlessTobi2019-03-021-1/+4
|/ /
* | gl_shader_cache: Link loading screen with disk shader cache loadReinUsesLisp2019-02-071-0/+3
* | Fix crash when no files are selectedxperia642019-02-051-6/+6
* | Add file extension to screenshot filename if not providedxperia642019-02-051-3/+7
* | Merge pull request #2054 from bunnei/scope-context-refactorbunnei2019-01-241-8/+9
|\ \
| * | frontend: Refactor ScopeAcquireWindowContext out of renderer_opengl.bunnei2019-01-241-8/+9
| |/
* / citra_qt: Log settings on launchzhupengfei2019-01-221-0/+3
|/
* Add fade out effect to the loading screenJames Rowe2019-01-211-4/+8
* Remove blue box around loading screenJames Rowe2019-01-211-1/+0
* QT Frontend: Add a Loading screen with progressbarJames Rowe2019-01-201-6/+20
* Merge pull request #1939 from DarkLordZach/web-appletbunnei2019-01-101-0/+151
|\
| * travis: Use correct package for linux Qt5WebEngineZach Hilman2018-12-291-1/+1
| * main: Add main window integrations for QtWebBrowserAppletZach Hilman2018-12-281-0/+151
* | Merge pull request #1942 from DarkLordZach/profile-select-game-bootbunnei2019-01-031-0/+16
|\ \
| * | qt: Add setting to prompt for user on game bootZach Hilman2018-12-251-0/+16
| |/
* / qt: Use ProfileSelectionDialog when selecting user for save dataZach Hilman2018-12-251-22/+16
|/
* Merge pull request #1886 from FearlessTobi/port-4164bunnei2018-12-231-0/+28
|\
| * yuzu, video_core: Screenshot functionalityzhupengfei2018-12-181-0/+28
* | Merge pull request #1781 from DarkLordZach/applet-profile-selectbunnei2018-12-231-0/+24
|\ \
| * | qt: Implement GUI dialog frontend for ProfileSelectorZach Hilman2018-12-031-0/+22
| * | qt: Register to use Qt ProfileSelector instead of defaultZach Hilman2018-12-031-0/+2
| |/
* / qt: Add Properties menu to game list right-clickZach Hilman2018-12-041-0/+29
|/
* Merge pull request #1835 from lioncash/cache-globalbunnei2018-12-031-2/+2
|\
| * filesystem: De-globalize registered_cache_unionLioncash2018-12-021-2/+2
* | gl_rasterizer: Remove extension booleansReinUsesLisp2018-11-291-0/+2
|/
* file_sys/registered_cache: Use regular const references instead of std::shared_ptr for InstallEntry()Lioncash2018-11-271-5/+5
* Removed pre 4.3 ARB extensionsFernandoS272018-11-211-14/+0
* Update OpenGL's backend version from 3.3 to 4.3FernandoS272018-11-211-2/+2
* Merge pull request #1667 from DarkLordZach/swkbdbunnei2018-11-201-0/+31
|\
| * applet: Add operation completed callbackZach Hilman2018-11-181-1/+4
| * software_keyboard: Make GetText asynchronousZach Hilman2018-11-181-3/+3
| * am: Allow applets to push multiple and different channels of dataZach Hilman2018-11-181-6/+8
| * am: Implement text check software keyboard modeZach Hilman2018-11-181-0/+17
| * am: Deglobalize software keyboard appletZach Hilman2018-11-181-1/+6
| * qt/main: Register Qt Software Keyboard frontend with AMZach Hilman2018-11-181-0/+4
* | Merge pull request #1640 from DarkLordZach/game-list-reloadbunnei2018-11-191-1/+7
|\ \ | |/ |/|
| * game_list: Only reload game list after relevant settings changedZach Hilman2018-11-041-1/+7
* | Merge pull request #1678 from FearlessTobi/amiibo-hotkeysbunnei2018-11-171-1/+9
|\ \
| * | yuzu: Add hotkey for Amiibo loadingfearlessTobi2018-11-131-1/+9
* | | Merge pull request #1650 from FreddyFunk/castbunnei2018-11-131-1/+2
|\ \ \ | |/ / |/| |
| * | yuzu/main: Fix compiler warningFrederic Laing2018-11-061-1/+2
* | | Merge pull request #1674 from FearlessTobi/fullscreen-fixJames Rowe2018-11-121-1/+1
|\ \ \ | |/ / |/| |
| * | yuzu: Add a missing "!" to fix the stuck-in-fullscreen bugTobias2018-11-121-1/+1
* | | Merge pull request #1441 from CarlKenner/DebuggerLogbunnei2018-11-051-0/+3
|\ \ \
| * | | logging: Add DebuggerBackend for logging to Visual StudioCarl Kenner2018-10-071-0/+3
* | | | Merge pull request #1639 from DarkLordZach/open-yuzu-folderbunnei2018-11-051-0/+6
|\ \ \ \
| * | | | qt: Add help option to open yuzu folderZach Hilman2018-11-031-0/+6
| | |_|/ | |/| |
* / | | Fix quickstart linkDharmin K Shah2018-11-041-1/+1
|/ / /
* | / global: Use std::optional instead of boost::optional (#1578)Frederic L2018-10-301-3/+3
| |/ |/|
* | Merge pull request #1569 from lioncash/amiibobunnei2018-10-261-14/+35
|\ \
| * | yuzu/main: Notify user of loading errors with Amiibo dataLioncash2018-10-241-14/+35
* | | profile_manager: Use std::optional instead of boost::optionalLioncash2018-10-241-1/+1
* | | acc: Fix account UUID duplication errorZach Hilman2018-10-241-15/+13
* | | profile_manager: Load user icons, names, and UUIDs from system saveZach Hilman2018-10-241-7/+20
* | | qt: Allow user to select emu user on open save dataZach Hilman2018-10-241-3/+24
|/ /
* | Added Amiibo support (#1390)David2018-10-241-12/+43
* | qt: Add support for dumping a DLC Data RomFSZach Hilman2018-10-181-10/+63
* | Merge pull request #1487 from lioncash/maybe-unusedbunnei2018-10-161-1/+1
|\ \
| * | yuzu/main: Apply the [[maybe_unused]] attribute to the parameter of SetDiscordEnabled()Lioncash2018-10-131-1/+1
* | | crypto: Various crypto fixes for quickstart guideZach Hilman2018-10-151-2/+6
* | | Merge pull request #1490 from lioncash/bootbunnei2018-10-141-14/+12
|\ \ \
| * | | yuzu/main: Simplify OnMenuLoadFile()Lioncash2018-10-131-14/+12
| |/ /
* / / filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesystem instance by referenceLioncash2018-10-131-4/+4
|/ /
* | partition_data_manager: Rename system files for hekateZach Hilman2018-10-071-16/+13
* | qt: Add rederive keyset menu optionZach Hilman2018-10-071-49/+82
* | qt: Add key derivation progress bar on initial setupZach Hilman2018-10-071-0/+52
* | yuzu/yuzu_cmd: Add checks for required extension ARB_copy_image.bunnei2018-10-061-0/+2
|/
* qt: Update telemetry linksLioncash2018-10-061-1/+1
* Review comments - part 5fearlessTobi2018-10-021-1/+1
* Review comments - part 3fearlessTobi2018-10-021-1/+1
* Address a bunch of review commentsfearlessTobi2018-10-021-1/+1
* Port web_service from CitrafearlessTobi2018-10-021-14/+68
* Merge pull request #1403 from DarkLordZach/install-sysnandbunnei2018-10-011-4/+14
|\
| * qt: Install System TitleTypes to System NANDZach Hilman2018-09-271-4/+14
* | kernel/process: Make data member variables privateLioncash2018-09-301-2/+2
* | yuzu/main: Resolve precedence bug within CalculateRomFSEntrySize()Lioncash2018-09-261-1/+1
* | yuzu/main: Move functions stored into static std::function instances out of OnGameListDumpRomFS()Lioncash2018-09-261-42/+42
* | vfs/etc: Append std:: to size_t usagesLioncash2018-09-261-7/+7
|/
* fsmitm: Cleanup and modernize fsmitm portZach Hilman2018-09-241-1/+1
* qt: Add UI elements for LayeredFS and related toolsZach Hilman2018-09-221-2/+143
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-1/+1
* Use ARB_multi_bind for uniform buffers (#1287)ReinUsesLisp2018-09-131-0/+2
* gl_rasterizer: Use ARB_texture_storage.Markus Wick2018-09-111-0/+2
* game_list: Make CompatibilityList parameter of NavigateToGamedbEntryRequested() a const referenceLioncash2018-09-101-1/+1
* yuzu: Move compatibility list specifics to their own source filesLioncash2018-09-101-6/+4
* yuzu: fix title bar displayPengfei Zhu2018-09-081-2/+2
* gl_rasterizer: Use baseInstance instead of moving the buffer points.bunnei2018-09-081-0/+2
* Better Title Bar DisplayCaptV0rt3x2018-09-071-2/+2
* bktr: Fix bucket overlap errorZach Hilman2018-09-041-0/+2
* patch_manager: Centralize Control-type NCA parsingZach Hilman2018-09-041-2/+10
* bktr: Fix missing includes and optimize styleZach Hilman2018-09-041-2/+2
* main: Make game updates installableZach Hilman2018-09-041-1/+5
* main: Only show DRD deprecation warning onceZach Hilman2018-09-041-3/+13
* qt: Add deprecation warnings for DRD formatZach Hilman2018-09-041-0/+10
* registration: Fix NSP installation errorsZach Hilman2018-09-041-1/+1
* qt: Add UI support for NSP filesZach Hilman2018-09-041-1/+2
* registration: Add support for installing NSP filesZach Hilman2018-09-041-6/+18
* Merge pull request #1223 from DarkLordZach/custom-nand-sd-dirsbunnei2018-09-041-0/+27
|\
| * qt: Add message about not moving contents on dir changeZach Hilman2018-09-041-4/+17
| * qt: Add UI options to change NAND/SD dirsZach Hilman2018-09-041-0/+14
* | file_sys: Replace includes with forward declarations where applicableLioncash2018-09-041-0/+1
* | vfs_real: Forward declare IOFileLioncash2018-09-021-0/+1
|/
* citra_qt: Display the unsupported GL extensions in the popupfearlessTobi2018-09-011-7/+9
* core/core: Replace includes with forward declarations where applicableLioncash2018-08-311-4/+5
* Show game compatibility within yuzufearlessTobi2018-08-291-0/+19
* Fix two stupid errors made in #1141fearlessTobi2018-08-281-1/+1
* Merge pull request #1094 from DarkLordZach/nax0Mat M2018-08-251-2/+1
|\
| * filesystem: Add CreateFactories methods to fsZach Hilman2018-08-231-2/+1
* | Merge pull request #1065 from DarkLordZach/window-titleZach Hilman2018-08-241-0/+11
|\ \
| * | qt: Add filename and title id to window title while runningZach Hilman2018-08-231-0/+11
| |/
* / Port #4013 from Citra: "Init logging sooner so we dont miss some logs on startup" (#1142)Tobias2018-08-241-11/+11
|/
* Merge pull request #1136 from tech4me/masterbunnei2018-08-221-4/+33
|\
| * qt/main: Port part of citra(#3411), open savedata workstech4me2018-08-211-4/+33
* | Merge pull request #840 from FearlessTobi/port-3353bunnei2018-08-221-2/+27
|\ \
| * | Port #3353 from CitrafearlessTobi2018-08-211-2/+27
* | | Merge pull request #1141 from FearlessTobi/port-3902bunnei2018-08-221-0/+10
|\ \ \
| * | | Port #3902 from Citra: "Add restart hotkey & menu option"fearlessTobi2018-08-211-0/+10
| | |/ | |/|
* / | Port #4056 from Citra: "Add Clear Recent Files menu action"fearlessTobi2018-08-211-0/+12
|/ /
* / service/filesystem: Use forward declarations where applicableLioncash2018-08-211-0/+2
|/
* Added check to see if ARB_texture_mirror_clamp_to_edge is supportedDavid Marcec2018-08-191-0/+2
* qt/main: Unindent code in OnMenuInstallToNAND()Lioncash2018-08-161-70/+70
* qt/main: Make installation dialog text within OnMenuInstallToNAND() translatableLioncash2018-08-161-14/+15
* qt/main: Get rid of compilation warningsLioncash2018-08-161-4/+8
* Merge pull request #1005 from DarkLordZach/registered-fmtbunnei2018-08-161-0/+143
|\
| * registration: Add support for force overwrite of installedZach Hilman2018-08-121-30/+58
| * qt: Use custom RawCopy with progress bar for installsZach Hilman2018-08-121-2/+28
| * game_list: Populate control data from installed NANDZach Hilman2018-08-121-1/+1
| * file_sys: Comply to style guidelinesZach Hilman2018-08-121-20/+20
| * qt: Add 'Install to NAND' option to menuZach Hilman2018-08-121-0/+89
* | loader: Make ResultStatus directly compatible with fmtLioncash2018-08-151-1/+4
|/
* loader: Add more descriptive errorsZach Hilman2018-08-101-59/+17
* vfs: Fix documentationZach Hilman2018-08-091-0/+2
* core: Port core to VfsFilesystem for file accessZach Hilman2018-08-091-4/+6
* Merge pull request #850 from DarkLordZach/icon-metabunnei2018-08-081-0/+1
|\
| * Avoid parsing RomFS to directory in NCAZach Hilman2018-08-071-0/+1
* | qt/hotkey: Get rid of global hotkey map instanceLioncash2018-08-071-40/+44
|/
* Merge pull request #946 from lioncash/compressbunnei2018-08-071-10/+8
|\
| * qt/main: Avoid sign conversions in UpdateRecentFiles()Lioncash2018-08-061-4/+6
| * qt/main: Collapse if statement in UpdateRecentFiles()Lioncash2018-08-061-6/+2
* | Merge pull request #944 from lioncash/menubunnei2018-08-071-2/+8
|\ \
| * | qt: Don't show error dialog when canceling the Load Folder dialogLioncash2018-08-061-2/+8
| |/
* / qt/main: Better file-existence checking within OnMenuRecentFile() and UpdateUITheme()Lioncash2018-08-061-8/+6
|/
* Merge pull request #912 from lioncash/global-varbunnei2018-08-051-2/+2
|\
| * video_core: Eliminate the g_renderer global variableLioncash2018-08-041-2/+2
* | Merge pull request #849 from DarkLordZach/xcibunnei2018-08-041-10/+42
|\ \ | |/ |/|
| * Fix merge conflicts with opus and update docsZach Hilman2018-08-011-3/+3
| * Use more descriptive error codes and messagesZach Hilman2018-08-011-10/+41
| * Make XCI comply to review and style guidelinesZach Hilman2018-08-011-14/+1
| * Remove files that are not usedZach Hilman2018-08-011-0/+14
* | video_core: Make global EmuWindow instance part of the base renderer classLioncash2018-08-021-1/+1
|/
* Merge pull request #860 from FearlessTobi/port-3911bunnei2018-07-301-1/+3
|\
| * Port #3911 from Citra: "Optimize settings application"fearlessTobi2018-07-291-1/+3
* | Port #3913 from Citra: "citra_qt: Remove obsolete application attribute"fearlessTobi2018-07-291-1/+0
|/
* Merge pull request #839 from FearlessTobi/actually-port-3594bunnei2018-07-271-0/+16
|\
| * Port #3594 from CitrafearlessTobi2018-07-261-0/+16
* | Port #3665 from CitrafearlessTobi2018-07-261-0/+2
|/
* Frontend: Check for more required OpenGL extensions during startup.Subv2018-07-221-0/+12
* file_util: Use an enum class for GetUserPath()Lioncash2018-07-211-7/+11
* OpenGL: Use MakeCurrent/DoneCurrent for multithreaded rendering.bunnei2018-07-141-0/+3
* yuzu - Fix duplicate logsJames Rowe2018-07-121-2/+0
* Add configurable logging backendsJames Rowe2018-07-031-2/+8
* Rename logging macro back to LOG_*James Rowe2018-07-031-6/+6
* yuzu: Remove SSBOs check from Qt frontend.bunnei2018-06-261-2/+0
* Bug fixes, testing, and review changesZach Hilman2018-06-141-3/+7
* Add 'Load Folder' menu optionZach Hilman2018-06-141-0/+10
* Add support for main files in file pickerZach Hilman2018-06-141-0/+2
* Qt: Removed the Registers widget.Subv2018-06-131-15/+0
* qt: add check for GL extension supportBreadFish642018-06-041-0/+26
* frontends: Move logging macros over to new fmt-capable onesLioncash2018-04-271-6/+4
* Implement Pull #3528 from citra: use nvidia graphics automatically on laptops with optimus (with AMD support) (#271)N00byKing2018-04-191-0/+9
* Fix the stuck in fullscreen bug (Original PR: citra-emu/citra#3611)adityaruplaha2018-04-141-2/+4
* Prevent crash from uninitialized telemetryJames Rowe2018-04-071-2/+1
* core, main.h: Abort on 32Bit ROMs (#309)N00byKing2018-04-061-1/+6
* Merge pull request #262 from daniellimws/fmtlib-macrosbunnei2018-04-031-1/+1
|\
| * Change "yuzu starting..." to be logged with the new macroDaniel Lim Wee Soong2018-03-221-1/+1
* | Merge pull request #267 from N00byKing/patch-1bunnei2018-04-031-13/+13
|\ \
| * | main.cpp: Replace Citra with yuzu Wiki LinksN00byKing2018-03-251-4/+4
| * | main.cpp: Update Dialog from citra to yuzuN00byKing2018-03-251-11/+11
* | | Port citra-emu/citra#3610 to yuzuN00byKing2018-03-301-3/+4
* | | Add Dark theme, Icon themingN00byKing2018-03-301-0/+29
* | | GPU: Make the debug_context variable a member of the frontend instead of a global.Subv2018-03-251-3/+6
* | | Frontend: Allow opening the Surface View widget in the Qt frontend.Subv2018-03-241-0/+6
* | | Frontend: Ported the GPU breakpoints and surface viewer widgets from citra.Subv2018-03-241-0/+9
|/ /
* | CMake: Set EMU_ARCH_BITS in CMakeLists.txtN00byKing2018-03-211-1/+0
* | Removes the use of QKeySequence::Cancel (#186)Vishal Sharma2018-02-271-1/+2
|/
* qt: Migrate to Qt 5 signal/slot connection syntax where applicableLioncash2018-01-191-23/+23
* clang-formatMerryMage2018-01-161-6/+7
* Implement Pull #3333 from citra: citra_qt: Pause emulation on CoreError (#39)N00byKing2018-01-161-0/+1
* Merge citra-emu PR#3159 by FearlessTobi(citra-qt : Fix a bug in our fullscreen implementation)goaaats2018-01-161-15/+29
* Merge citra-emu PR#3001 by Styleoshin(citra-qt : Adding fullscreen mode)goaaats2018-01-161-0/+43
* Remove Surface Viewer stubJannik Vogel2018-01-141-5/+0
* Implement "About" dialogspycrab2018-01-141-0/+9
* Minor cleanupMerryMage2018-01-141-9/+9
* Removing unused settings and yuzu rebrandingJames Rowe2018-01-131-48/+4
* Remove gpu debugger and get yuzu qt to compileJames Rowe2018-01-131-61/+11
* Massive removal of unused modulesJames Rowe2018-01-131-0/+877