summaryrefslogtreecommitdiffstats
path: root/src/yuzu (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-09Remove option "Show files with type 'Unknown'"Morph5-15/+1
2020-01-29yuzu/bootmanager: Define Vulkan widget only when enabledReinUsesLisp1-0/+2
2020-01-29yuzu: Implement Vulkan frontendReinUsesLisp10-168/+535
2020-01-29settings: Add settings for graphics backendReinUsesLisp1-0/+7
2020-01-29clangCJBok1-2/+2
2020-01-29minor correctionsCJBok1-2/+2
2020-01-28GUI: Togglable graphics settings buttons in status barCJBok2-7/+95
2020-01-24yuzu/configuration: create UI tab and move gamelist settings thereFearlessTobi8-104/+76
2020-01-23Input: UDP Client to provide motion and touch controlsfearlessTobi1-0/+17
2020-01-22GUI: fix minor issues with dark themesBartosz Kaszubowski1-3/+3
2020-01-20yuzu_qt: config: Move audio to its own tab.bunnei1-3/+3
2020-01-19GUI/gamelist: add "None" as an option for second row and remove dynamically duplicate row options (#3309)Bartosz Kaszubowski3-14/+53
2020-01-18Add headbar icon on LinuxTotalCaesar6591-1/+1
2020-01-13GUI: add few missing hotkeys to main menuBartosz Kaszubowski2-0/+17
2020-01-12GUI/configure: resize hotkeys column to contentBartosz Kaszubowski1-0/+1
2020-01-06yuzu/bootmanager: Remove {glx,wgl}MakeCurrent on SwapBuffersReinUsesLisp1-9/+2
2020-01-03const correctionCJBok1-1/+1
2020-01-03clangCJBok1-22/+22
2020-01-03Update configure_input_player.cppCJBok1-23/+23
2020-01-03Added deadzone controls for sdl engine at input settingsCJBok3-24/+129
2020-01-03yuzu: Remove Maxwell debuggerReinUsesLisp8-387/+0
2019-11-27core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash1-3/+4
2019-11-25kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei2-10/+9
2019-11-19citra_qt/main.ui: remove unused actions "Load Symbol Map..." and...Tobias1-13/+0
2019-11-09yuzu: configure_web: Use Base64 encoded token for simplifying user experience.bunnei2-32/+53
2019-11-07gl_rasterizer: Emulate viewport flipping with ARB_clip_controlReinUsesLisp1-0/+3
2019-11-03kernel: events: Remove ResetType::Automatic.bunnei2-25/+0
2019-11-03citra_qt: add amiibo drag and drop supportFearlessTobi2-4/+18
2019-10-15Correct compiling errors and addapt to the new interface.Fernando Sahmkow1-4/+1
2019-10-10fixed clang format & addressed feedbackFreddyFunk1-26/+24
2019-10-10yuzu/configure_input_player: Fix input handling for ZL and ZR from controllers with analog triggersFreddyFunk1-7/+23
2019-10-06qt: Fix game name format errorZach Hilman1-2/+2
2019-10-05qt: Change titlebar formattingZach Hilman1-6/+15
2019-10-05yuzu/game_list_worker: Silence warningsReinUsesLisp2-8/+9
2019-10-05yuzu/game_list: Silence -Wswitch and -Wunused-variableReinUsesLisp2-5/+12
2019-10-05yuzu/configure_service: Silence -WswitchReinUsesLisp1-0/+2
2019-10-02qt: Add service dialogZach Hilman4-11/+15
2019-09-30boxcat: Implement events global fieldZach Hilman3-18/+29
2019-09-30configure_service: Allow Qt to open external linksZach Hilman1-0/+3
2019-09-30yuzu: Add UI tab to configure BCAT servicesZach Hilman6-0/+302
2019-09-30settings: Add option to set BCAT backendZach Hilman2-0/+18
2019-09-26yuzu: Pause when in backgroundFearlessTobi6-0/+38
2019-09-22qt_themes: add two colorful themesFearlessTobi2-1/+3
2019-09-22main: Use const on all variable initializationsZach Hilman1-2/+2
2019-09-22Add missing includeFearlessTobi1-0/+1
2019-09-22qt: Prompt user for confirmation if exit lock is activeZach Hilman2-0/+43
2019-09-22configure_debug: Move reporting option to loggingZach Hilman5-44/+42
2019-09-21config: Remove Dump options from configure_debugZach Hilman4-47/+39
2019-09-21yuzu: Add UI to manage filesystem paths and sizesZach Hilman6-1/+627
2019-09-21settings: Add options for managing gamecard emulationZach Hilman1-0/+36
2019-09-21settings: Add options for setting storage sizesZach Hilman1-1/+19
2019-09-21yuzu: Port old usages of Filesystem namespace to FilesystemControllerZach Hilman1-14/+27
2019-09-21Added Host CPU and OS to logpbarilla1-0/+8
2019-09-21Swapped TID and Game name to make it easier to parseDavid Marcec1-1/+1
2019-09-21Log the current title id and game name which is bootingDavid Marcec1-3/+3
2019-09-17When docked mode is checked, uncheck "joycons docked"Morph1-0/+2
2019-09-10Add frametime logging for tracking performance over timefearlessTobi1-0/+5
2019-09-05Address review commentsFearlessTobi1-1/+4
2019-09-05yuzu/configure: move speed limiter to generalFearlessTobi4-33/+36
2019-09-04configure_dialog: reverse tab map to avoid logic based on user-facing/translatable textfearlessTobi1-20/+24
2019-09-04Fix uisettings includefearlessTobi1-1/+1
2019-09-04Limit the size of directory icons, fix text when icon size is nonefearlessTobi2-4/+3
2019-09-04Change QList to QVectorfearlessTobi5-16/+19
2019-09-04Separate UserNand and Sdmc directoriesfearlessTobi5-32/+59
2019-09-04Address more trivial review commentsfearlessTobi4-25/+18
2019-09-04Address trivial review commentsfearlessTobi7-53/+59
2019-09-04yuzu: Add support for multiple game directoriesfearlessTobi12-195/+666
2019-09-04configuration/config: Add missing screenshot path readfearlessTobi1-0/+1
2019-09-03Fix to Windows sleep issuesfearlessTobi2-0/+22
2019-09-03Add cancel option to analog stick configurationfearlessTobi1-7/+10
2019-08-22Guard unistd.h with MacOS only macroWeiyi Wang1-1/+3
2019-08-22citra_qt: on osx chdir to bundle dir to allow detection of user folderB3n301-0/+6
2019-08-17Fixup! #2772 missed this one fileJames Rowe1-1/+1
2019-08-09yuzu/CMakeLists: Remove qt5_wrap_ui macro usageLioncash16-44/+39
2019-08-02Qt: Fixed behaviour of buttons by connecting functors to correct signalsSilent7-21/+21
2019-07-11yuzu: Remove setting for using UnicornLioncash1-3/+0
2019-07-07yuzu/main: Make error messages within OnCoreError more localization-friendlyLioncash1-7/+8
2019-07-04yuzu: Remove CPU Jit setting from the UIfearlessTobi3-27/+3
2019-06-29settings: Add config option for kiosk (quest) modeZach Hilman3-1/+21
2019-06-25general_frontend: Add documentation for parental controls and ecommerce appletsZach Hilman1-7/+7
2019-06-25yuzu: Accept default applets for Parental Controls and ECommerceZach Hilman1-5/+7
2019-06-25web_browser: Rename OpenPage to OpenPageLocalZach Hilman2-4/+4
2019-06-21video_core: Make ARB_buffer_storage a required extensionReinUsesLisp1-0/+3
2019-06-19Change to a more descriptive nameTobias1-1/+1
2019-06-19yuzu/configure_input: Add missing space in window nameTobias1-1/+1
2019-06-19Added missing space between two wordsAlex Subaric1-1/+1
2019-06-07constants: Extract backup JPEG used by account servicesZach Hilman1-12/+3
2019-06-06yuzu/configuration: Make all widgets and dialogs aware of language changesLioncash31-58/+326
2019-06-05yuzu/CMakeLists: Disable implicit QString->QUrl conversionsLioncash1-0/+3
2019-06-05yuzu/CMakeLists: Disable unsafe overloads of QProcess' start() functionLioncash1-0/+3
2019-06-05yuzu/CMakeLists: Disable implicit type narrowing in connect() callsLioncash1-0/+3
2019-06-05yuzu/configuration: Make function naming consistentLioncash33-213/+234
2019-06-05game_list: Accept *.kip as a file extension of executablesZach Hilman1-2/+1
2019-06-03yuzu/bootmanager: Log out screenshot destination pathLioncash1-6/+11
2019-06-03yuzu/bootmanager: Treat the resolution factor as a u32Lioncash2-3/+4
2019-06-03yuzu/bootmanager: Default EmuThread's destructor in the cpp fileLioncash2-1/+4
2019-06-03yuzu/bootmanager: unsigned -> u32Lioncash2-11/+11
2019-06-03yuzu/bootmanager: Change false literal to 0 for setSwapInterval()Lioncash1-1/+1
2019-06-03yuzu/bootmanager: Remove pointer downcast in GRenderWindow's constructorLioncash2-4/+3
2019-06-03yuzu/bootmanager: Remove unnecessary pointer castsLioncash1-5/+6
2019-05-31game_list_worker: Use QFile over our own IOFile instance or std streamsLioncash1-28/+24
2019-05-31game_list_worker: Remove template specializationsLioncash1-8/+2
2019-05-30rasterizer_opengl: Remove OpenGL core profileReinUsesLisp4-20/+2
2019-05-30main: Remove extraneous commentZach Hilman1-1/+0
2019-05-30qt: Silence name collision warningsReinUsesLisp3-15/+15
2019-05-29yuzu: Remove unused birthday settingfearlessTobi3-170/+44
2019-05-29yuzu/software_keyboard: Remove unnecessary GetStatus() member functionLioncash3-10/+1
2019-05-29profile_select: Remove unnecessary GetStatus() member functionLioncash3-18/+8
2019-05-29profile_select: Return int instead of u32 for GetIndex()Lioncash3-8/+9
2019-05-29core/loader: Remove LoadKernelSystemModeLioncash1-5/+0
2019-05-26game_list_worker: Add better error handling to cachingZach Hilman2-23/+42
2019-05-26yuzu: Clear partial/full game list cache when data is updatedZach Hilman2-0/+13
2019-05-26game_list: Implement caching for game listZach Hilman1-7/+99
2019-05-26ui_settings: Add option to cache game listZach Hilman2-0/+3
2019-05-26loader: Move NSO module tracking to AppLoaderZach Hilman1-11/+13
2019-05-26emu_window: Pass OnMinimalClientAreaChangeRequest argument by copyReinUsesLisp2-4/+2
2019-05-25qt: Make UI option for 'Reporting Services' temporaryZach Hilman2-0/+24
2019-05-25settings: Add 'Reporting Services' config optionZach Hilman1-10/+10
2019-05-25configure_hotkeys: Remove unnecessary Settings::Apply() callLioncash1-1/+0
2019-05-25configure_hotkeys: Tidy up key sequence conflict error stringLioncash1-2/+2
2019-05-25configure_hotkeys: Change critical error dialog into a warning dialogLioncash1-2/+2
2019-05-25configure_hotkeys: Move conflict detection logic to IsUsedKey()Lioncash2-14/+15
2019-05-25configure_hotkeys: Remove unused EmitHotkeysChanged()Lioncash3-13/+0
2019-05-25sequence_dialog: Reorganize the constructorLioncash1-4/+8
2019-05-25sequence_dialog: Remove unnecessary horizontal specifierLioncash1-2/+1
2019-05-25yuzu/configuration/configure_graphics: Eliminate type narrowing in a connect callLioncash1-6/+5
2019-05-25yuzu/CMakeLists: Disable implicit QString conversionsLioncash1-0/+4
2019-05-25yuzu/applets/software_keyboard: Remove unused assert headerLioncash1-1/+0
2019-05-25yuzu/applets/software_keyboard: std::move argument in MainWindowFinishedText()Lioncash1-1/+1
2019-05-25yuzu/applets/software_keyboard: Resolve sign mismatch comparisonLioncash1-1/+1
2019-05-25yuzu/applets/software_keyboard: Specify string conversions explicitlyLioncash2-10/+18
2019-05-25yuzu/applets/error: Specify string conversions explicitlyLioncash1-2/+3
2019-05-25yuzu/main: Specify string conversions where applicableLioncash1-115/+145
2019-05-21gl_shader_cache: Use shared contexts to build shaders in parallelReinUsesLisp1-9/+9
2019-05-21yuzu/configuration/config: Make default hotkeys an internally-linked array in the cpp fileLioncash2-4/+2
2019-05-21yuzu/configuration/config: Specify string conversions explicitlyLioncash1-30/+42
2019-05-20yuzu/game_list: Specify string conversions explicitlyLioncash2-50/+55
2019-05-20yuzu/game_list_worker: Specify string conversions explicitlyLioncash1-2/+2
2019-05-20yuzu/game_list_p: Amend mentions of SMDH in commentsLioncash1-3/+3
2019-05-20yuzu/game_list_p: Specify string conversions explicitlyLioncash1-10/+9
2019-05-20yuzu/loading_screen: Specify string conversions explicitlyLioncash1-9/+9
2019-05-20yuzu/bootmanager: Specify string conversions explicitlyLioncash1-2/+4
2019-05-20yuzu/util: Specify string conversions explicitlyLioncash1-8/+10
2019-05-19yuzu/configuration/configure_web: Specify string conversions explicitlyLioncash1-8/+16
2019-05-19yuzu/configuration/configure_system: Specify string conversions explicitlyLioncash1-2/+3
2019-05-19yuzu/configuration/configure_profile_manager: Mark UI string as translatableLioncash1-1/+1
2019-05-19yuzu/configuration/configure_per_general: Specify string conversions explicitlyLioncash1-6/+8
2019-05-19yuzu/configuration/configure_mouse_advanced: Clean up array accessesLioncash1-19/+22
2019-05-19yuzu/configuration/configure_mouse_advanced: Specify string conversions explicitlyLioncash1-11/+23
2019-05-19yuzu/configuration/configure_input_player: Clean up array accessesLioncash1-32/+48
2019-05-19yuzu/configuration/configure_input_player: Specify string conversions explicitlyLioncash1-24/+49
2019-05-19yuzu/configuration/configure_input: Mark controller type names as translateableLioncash1-5/+8
2019-05-19yuzu/configuration/configure_general: Specify string conversions explicitlyLioncash1-1/+2
2019-05-19yuzu/configuration/configure_gamelist: Specify string conversions explicitlyLioncash1-3/+5
2019-05-19yuzu/configuration/configure_audio: Store power on query into a variableLioncash1-2/+3
2019-05-19yuzu/configuration/configure_audio: Tidy up function castLioncash1-2/+1
2019-05-19yuzu/configuration/configure_audio: Specify string conversions explicitlyLioncash1-3/+3
2019-05-19yuzu/util: Remove unused spinbox.cpp/.hLioncash3-366/+0
2019-05-19yuzu/applets/profile_select: Mark header string as translatableLioncash1-2/+2
2019-05-19yuzu/debugger/graphics/graphics_breakpoints: Specify string conversions explicitlyLioncash1-1/+1
2019-05-19yuzu/debugger/profiler: Specify string conversions explicitlyLioncash1-2/+2
2019-05-19yuzu/debugger/wait_tree: Specify string conversions explicitlyLioncash1-14/+17
2019-05-18core/kernel/object: Rename ResetType enum membersLioncash1-4/+4
2019-05-17qt/configure_graphics: Shadow options at runtimeReinUsesLisp1-2/+6
2019-05-17yuzu/bootmanager: Explicitly enable deprecated OpenGL features on compatReinUsesLisp1-0/+1
2019-05-14yuzu: Remove explicit types from locks where applicableLioncash1-1/+1
2019-05-09configure_dialog: Remove the Whats This? button from the dialogLioncash1-0/+4
2019-05-09yuzu/hotkeys: Remove unnecessary constructorLioncash1-2/+0
2019-05-09yuzu/main: Move window title updating logic to its own functionLioncash2-7/+19
2019-05-09yuzu/about_dialog: Specify string conversions explicitlyLioncash1-4/+4
2019-05-09yuzu/compatdb: Remove unnecessary qualifiersLioncash1-3/+3
2019-05-09configuration/config: Move config loading and saving to functions based off groupsLioncash2-315/+573
2019-04-25profile_select: Port Service::Account::UUID to Common::UUIDZach Hilman4-16/+15
2019-04-20Allow picking a Compatibility Profile for OpenGL.Fernando Sahmkow4-1/+17
2019-04-17web_browser: Make OpenPage non-constZach Hilman3-7/+7
2019-04-17main: Add GMainWindow hooks for Error displayZach Hilman2-0/+8
2019-04-17main: Switch to AppletManager for frontendZach Hilman1-3/+9
2019-04-17qt: Add dialog implementation of Error appletZach Hilman3-0/+94
2019-04-17web_browser: Make OpenPage constZach Hilman2-4/+4
2019-04-17kernel/thread: Unify wait synchronization typesLioncash1-7/+4
2019-04-17yuzu/bootmanager: Replace unnnecessary constructor initializer list member of GGLContextLioncash1-2/+2
2019-04-17yuzu/bootmanager: Remove unnecessary includesLioncash1-1/+0
2019-04-17yuzu/bootmanager: Resolve constructor initializer list warningsLioncash1-2/+1
2019-04-15CMakeLists: Define QT_USE_QSTRINGBUILDER for the Qt targetLioncash2-1/+7
2019-04-12Fix Clang FormatFreddyFunk2-5/+10
2019-04-11ui_settings: Rename game directory variablesFreddyFunk5-20/+20
2019-04-10configure_hotkeys: Pass the dialog as a parent to SequenceDialog()Lioncash1-1/+1
2019-04-10configure_hotkeys: Avoid dialog memory leak within Configure()Lioncash1-3/+3
2019-04-10configure_hotkeys: Mark member variables as const where applicable in Configure()Lioncash1-7/+7
2019-04-10configure_hotkeys: Make comparison check a little more self-documentingLioncash1-1/+2
2019-04-10configure_dialog: Amend constructor initializer list orderLioncash1-1/+1
2019-04-10configure_hotkey: Remove unnecessary includeLioncash1-1/+0
2019-04-10configure_hotkey: Make IsUsedKey() a const member functionLioncash2-2/+2
2019-04-09yuzu/loading_screen: Resolve runtime Qt string formatting warningsLioncash1-1/+6
2019-04-09added a toggle to force 30fps modezarroboogs3-0/+12
2019-04-06yuzu/debugger: Remove graphics surface viewerLioncash5-622/+0
2019-04-06yuzu/debugger/graphics_surface: Display error messages for file I/O errorsLioncash1-7/+25
2019-04-06yuzu/debugger/graphics_surface: Tidy up SaveSurfaceLioncash1-15/+14
2019-04-06yuzu/debugger/graphics_surface: Clean up connection overload deductionLioncash1-12/+10
2019-04-06yuzu/debugger/graphics_surface: Fill in missing surface format listingsLioncash1-43/+84
2019-04-04yuzu/main: Remove unnecessary includesLioncash1-5/+8
2019-04-04yuzu/main: Use QStringLiteral where applicable within OnTransferableShaderCacheOpenFile()Lioncash1-2/+2
2019-04-04yuzu/main: Tidy up the error dialog string in OnTransferableShaderCacheOpenFile()Lioncash1-3/+2
2019-04-04yuzu/main: Remove unnecessary string concatenation in OnTransferableShaderCacheOpenFile()Lioncash1-1/+1
2019-04-04yuzu/main: Make open_target a QStringLioncash1-4/+2
2019-04-04yuzu/main: Use static variant of QFile's exists()Lioncash1-1/+1
2019-04-03yuzu/applets/software_keyboard: Use QDialogButtonBox standard buttons instead of custom buttonsLioncash1-7/+7
2019-04-03yuzu/applets/profile_select: Use QDialogButtonBox standard buttons instead of custom buttonsLioncash1-4/+1
2019-04-03yuzu/debugger/profiler: Remove unnecessary includesLioncash2-4/+6
2019-04-01general: Use deducation guides for std::lock_guard and std::unique_lockLioncash5-7/+7
2019-03-29core/yuzu: Remove enable_nfc settingfearlessTobi3-24/+0
2019-03-27game_list: Register content with ContentProviderZach Hilman6-89/+97
2019-03-25bootmanager: Bypass input focus issuesReinUsesLisp4-55/+78
2019-03-25bootmanager: Bypass resizing issueReinUsesLisp1-7/+12
2019-03-25bootmanager: Delete container to avoid crash on game restartingReinUsesLisp2-14/+10
2019-03-21gpu: Move GPUVAddr definition to common_types.bunnei2-2/+2
2019-03-20Add CondVar Thread State.Fernando Sahmkow1-0/+4
2019-03-16video_core: Refactor to use MemoryManager interface for all memory access.bunnei1-3/+2
2019-03-16yuzu: Make hotkeys configurable via the GUIAdityarup Laha23-208/+426
2019-03-15frontend: qt: fix a freeze where if you click on entry in the game list too fast, citra will hangliushuyu1-3/+1
2019-03-07citra_qt: Settings (configuration) reworkzhupengfei2-203/+250
2019-03-07bootmanager: Ensure that we have a context for shader loading.bunnei1-4/+6
2019-03-07settings: Add new graphics setting for use_asynchronous_gpu_emulation.bunnei3-0/+15
2019-03-06yuzu: add a hotkey to switch between undocked and docked modefearlessTobi1-0/+8
2019-03-06yuzu/debugger/wait_tree: Remove use of global CurrentProcess accessorLioncash2-5/+6
2019-03-05web_browser: Add shortcut to Enter key to exit appletZach Hilman2-0/+7
2019-03-04yuzu: Remove usage of the global telemetry accessorLioncash2-3/+3
2019-03-02Input: Remove global variables from SDL InputJames Rowe1-1/+0
2019-03-02citra_qt/main: make SPEED_LIMIT_STEP static constexprfearlessTobi1-1/+4
2019-02-27yuzu/compatdb: Remove unused lambda captureLioncash1-1/+1
2019-02-27common/vector_math: Move Vec[x] types into the Common namespaceLioncash1-1/+1
2019-02-08Use QString instead of std::string where applicableunknown1-17/+11
2019-02-08Use constexpr char array instead of string where applicableMat M1-1/+1
2019-02-08frontend: Open transferable shader cache for a selected game in the gamelistunknown4-0/+50
2019-02-07loading_screen: Unchunk progress barReinUsesLisp1-1/+3
2019-02-07gl_shader_cache: Link loading screen with disk shader cache loadReinUsesLisp3-1/+19
2019-02-07settings: Hide shader cache behind a settingReinUsesLisp3-0/+12
2019-02-06QT: Fix the loading screen 'H' switch logo to not glitch outJames Rowe1-1/+4
2019-02-05Fix crash when no files are selectedxperia641-6/+6
2019-02-05Add file extension to screenshot filename if not providedxperia641-3/+7
2019-02-01kernel: Remove the Timer classLioncash2-30/+0
2019-01-26Use QPixmap/QIcon for background color selection buttonxperia642-7/+15
2019-01-24frontend: Refactor ScopeAcquireWindowContext out of renderer_opengl.bunnei1-8/+9
2019-01-22citra_qt: Log settings on launchzhupengfei2-0/+4
2019-01-22QT: Hide GLWidget immediately after showing.James Rowe1-0/+2
2019-01-22QT Frontend: Migrate to QOpenGLWindowJames Rowe3-21/+83
2019-01-21Change const char* to const char[]James Rowe1-4/+4
2019-01-21Fix mingw compile error and warningsJames Rowe2-6/+6
2019-01-21Add fade out effect to the loading screenJames Rowe4-94/+158
2019-01-21Set Minimum Size to the same as renderwindowJames Rowe1-0/+1
2019-01-21Remove blue box around loading screenJames Rowe1-1/+0
2019-01-21Change the background color of Stage Complete to yuzu blueJames Rowe1-1/+1
2019-01-21Rename step 1 and step 2 to be a little more descriptiveJames Rowe1-6/+6
2019-01-21Prevent estimated time from flashing after slow shader compilation startsJames Rowe1-1/+1
2019-01-21Move progress bar style into constexpr stringsJames Rowe1-28/+32
2019-01-20Hide progress bar on Prepare stepJames Rowe1-7/+8
2019-01-20QT: Upgrade the Loading Bar to look much betterJames Rowe3-11/+192
2019-01-20Add a workaround if QMovie isn't availableJames Rowe2-1/+20
2019-01-20QT Frontend: Add a Loading screen with progressbarJames Rowe8-10/+239
2019-01-17yuzu/configuration/configure_input_player: Forward declare types where applicableLioncash2-2/+7
2019-01-17yuzu/configuration/configure_touchscreen_advanced: Remove unnecessary header inclusionsLioncash1-2/+0
2019-01-17yuzu/configuration/configure_per_general: Remove unused header inclusionsLioncash2-4/+3
2019-01-17yuzu/configuration/configure_debug: Remove unused header inclusionsLioncash1-1/+0
2019-01-17yuzu/configuration/configure_system: Remove unused header inclusionsLioncash1-8/+4
2019-01-17yuzu/configuration/configure_web: Remove an unused lambda captureLioncash1-5/+4
2019-01-17yuzu/configuration/configure_web: Use an ellipsis with 'Verifying' textLioncash1-1/+1
2019-01-17core/frontend/applets/web_browser: Make OpenPage() non-constLioncash2-4/+4
2019-01-17yuzu/web_browser: std::move std::function instances in OpenPage()Lioncash1-2/+2
2019-01-17yuzu/web_browser: Make slot functions privateLioncash1-2/+1
2019-01-08settings: Fix comment structureZach Hilman1-1/+2
2019-01-08settings: Use std::chrono::seconds instead of s64 for RTCZach Hilman2-5/+9
2019-01-08qt: Provide UI to edit custom RTC settingsZach Hilman2-28/+66
2019-01-08settings: Add custom RTC settingsZach Hilman1-2/+12
2019-01-04qt: Move profile manager to own UI tabZach Hilman9-427/+565
2019-01-04Removed pulse event typeDavid Marcec1-2/+0
2019-01-01yuzu/configure_general: Silence truncation warnings in loadConfiguration()Lioncash1-2/+2
2019-01-01yuzu/config: Silence truncation warningsLioncash1-1/+1
2018-12-29travis: Use correct package for linux Qt5WebEngineZach Hilman1-1/+1
2018-12-29web_browser: Add bounds checking to applet interfaceZach Hilman3-12/+21
2018-12-28main: Add main window integrations for QtWebBrowserAppletZach Hilman3-0/+168
2018-12-28qt: Implement Qt frontend to web browserZach Hilman2-0/+154
2018-12-28kernel: Rename 'default' CPU core to 'ideal' coreLioncash1-2/+2
2018-12-28Qt/Configure: Use sidebar to divide tabs into smaller groupsspycrab3-59/+124
2018-12-27am: Implement GetSaveDataSize and ExtendSaveDataZach Hilman1-3/+3
2018-12-26configure_per_general: Mark UI strings as translatable in the constructorLioncash1-2/+2
2018-12-26configure_input_simple: Make input profile array constexprLioncash1-12/+7
2018-12-25qt: Use ProfileSelectionDialog when selecting user for save dataZach Hilman1-22/+16
2018-12-25qt: Add setting to prompt for user on game bootZach Hilman6-0/+32
2018-12-19Fixed uninitialized memory due to missing returns in canaryDavid Marcec1-0/+1
2018-12-18yuzu, video_core: Screenshot functionalityzhupengfei7-39/+111
2018-12-13audio_core: Make g_sink_details internally linkedLioncash1-4/+3
2018-12-06yuzu/wait_tree: Pass QString by value and std::move in the initializer list for WaitTreeTextLioncash2-2/+2
2018-12-05yuzu/game_list_worker: Don't retrieve the file type twice in AddFstEntriesToGameList()Lioncash1-5/+9
2018-12-05yuzu/game_list_worker: Don't retrieve file type and file type strings twice in MakeGameListEntry()Lioncash1-4/+6
2018-12-05configure_input_simple: Properly signal docked mode changeZach Hilman3-33/+31
2018-12-05configure_input: Add ConfigureInputSimple as default input UI configZach Hilman8-1/+293
2018-12-05configure_input: Convert into QDialogZach Hilman3-7/+47
2018-12-05configure: Use ConfigureInputSimple for Input tabZach Hilman1-26/+26
2018-12-05ui_settings: Add UI setting for input profile indexZach Hilman2-0/+5
2018-12-05configuration/config: Use an intermediary variable for accessing playersLioncash1-43/+38
2018-12-05yuzu/game_list_worker: Move std::string construction after the termination check in callbacksLioncash1-7/+7
2018-12-04qt: Add Properties menu to game list right-clickZach Hilman8-21/+53
2018-12-04debugger: Set paused thread colorLuke Street1-1/+2
2018-12-04kernel/object: Amend handle types to distinguish between readable and writable eventsLioncash1-1/+1
2018-12-04svc: Implement SetThreadActivity (thread suspension)Luke Street1-0/+4
2018-12-03applets: Correct event ResetTypes from OneShot to StickyZach Hilman1-1/+1
2018-12-03qt: Implement GUI dialog frontend for ProfileSelectorZach Hilman5-0/+267
2018-12-03qt: Register to use Qt ProfileSelector instead of defaultZach Hilman1-0/+2
2018-12-03qt: Add UI to display game properties and disable add-onsZach Hilman4-0/+501
2018-12-03config: Store and load disabled add-ons listZach Hilman1-0/+30
2018-12-03game_list: Remove a reference of a referenceFrederic Laing1-2/+2
2018-12-02yuzu/configuration: Make slots private where applicableLioncash5-7/+2
2018-12-02yuzu/configuration: Add missing override specifiers to configuration-related classesLioncash7-7/+7
2018-12-02yuzu/configuration/configure_input: Default destructor in the cpp fileLioncash2-0/+3
2018-12-02filesystem: De-globalize registered_cache_unionLioncash2-9/+9
2018-12-02yuzu/game_list_worker: Deduplicate game list entry creationLioncash1-47/+33
2018-12-02yuzu/game_list_worker: Tidy up string handling in FillControlMap()Lioncash1-6/+7
2018-11-30remove border from GameListBartosz Kaszubowski1-0/+1
2018-11-30configure_input: Amend clang-format discrepanciesLioncash1-1/+1
2018-11-29kernel/event: Reference ReadableEvent from WritableEventZach Hilman2-6/+6
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman2-6/+7
2018-11-29gl_rasterizer: Remove extension booleansReinUsesLisp1-0/+2
2018-11-27yuzu/configure_input_player: Use std::size_t to represent the player index instead of u8Lioncash2-3/+3
2018-11-27yuzu/configure_input: Make CallConfigureDialog a non-member template functionLioncash3-21/+20
2018-11-27file_sys/registered_cache: Use regular const references instead of std::shared_ptr for InstallEntry()Lioncash1-5/+5
2018-11-27yuzu/configure_input_player: Use a lambda expression instead of std::bindLioncash1-1/+1
2018-11-27yuzu/configure_input_player: Amend constructor initializer list orderLioncash1-4/+3
2018-11-27yuzu/configure_input: Remove unused function MoveGridElementLioncash1-7/+0
2018-11-27yuzu/configure_input*: Move data members after function declarationsLioncash2-41/+42
2018-11-27yuzu/configure_input: Remove unnecessary includesLioncash3-17/+3
2018-11-22correct clang-formatgreggameplayer1-1/+1
2018-11-22Automatically disable joycons dockedgreggameplayer1-0/+4
2018-11-21Removed pre 4.3 ARB extensionsFernandoS271-14/+0
2018-11-21Update OpenGL's backend version from 3.3 to 4.3FernandoS272-3/+3
2018-11-21patch_manager: Show LayeredExeFS patch in add-ons columnZach Hilman1-1/+1
2018-11-20settings: Add option to dump ExeFS of games upon launchZach Hilman3-0/+14
2018-11-20yuzu/applets/software_keyboard: Override accept() and reject() instead of providing own differently named member functionsLioncash2-8/+8
2018-11-20yuzu/applets/software_keyboard: std::move std::function instances where applicableLioncash1-2/+2
2018-11-20yuzu/applets/software_keyboard: Make slots private functionsLioncash1-2/+1
2018-11-19configure_input: Use Joycons Docked instead of Connected as labelZach Hilman1-1/+1
2018-11-19configure_input_player: Set minimum width on controlsZach Hilman1-16/+24
2018-11-19configure_input: Properly update UI components on removal of playerZach Hilman1-0/+2
2018-11-19configure_input: Make None a controller option instead of checkboxZach Hilman11-152/+148
2018-11-19hid: Use player-defined controller type as PREFERRED_CONTROLLERZach Hilman10-81/+120
2018-11-19qt: Move controller button config to separate dialogZach Hilman4-0/+1767
2018-11-19qt: Add UI to configure touchscreen parametersZach Hilman4-0/+281
2018-11-19qt: Add UI to configure mouse buttonsZach Hilman4-0/+542
2018-11-19configure_input: Add support for multiplayer and controller typesZach Hilman3-998/+525
2018-11-19yuzu/config: Add (de-)serialization for multiplayerZach Hilman2-21/+331
2018-11-18software_keyboard: Add max and current length display to dialogZach Hilman2-1/+11
2018-11-18applet: Add operation completed callbackZach Hilman4-3/+22
2018-11-18software_keyboard: Make GetText asynchronousZach Hilman4-18/+35
2018-11-18am: Allow applets to push multiple and different channels of dataZach Hilman4-20/+21
2018-11-18am: Implement text check software keyboard modeZach Hilman1-0/+17
2018-11-18am: Deglobalize software keyboard appletZach Hilman4-34/+70
2018-11-18qt/main: Register Qt Software Keyboard frontend with AMZach Hilman2-0/+5
2018-11-18qt/applets: Provide Qt frontend implementation of software keyboardZach Hilman3-0/+171
2018-11-16Fixed switching operation modes when not running a gameDavid Marcec1-0/+3
2018-11-16Report resolution scaling support for vi and amDavid Marcec1-47/+47
2018-11-14yuzu/configure_system: Mark the entropy mask string as nontranslatableLioncash1-1/+1
2018-11-13qt: Move Open yuzu Folder action from Help to FileZach Hilman1-1/+2
2018-11-13svc: Use proper random entropy generation algorithmZach Hilman2-6/+5
2018-11-13yuzu: Add hotkey for Amiibo loadingfearlessTobi1-1/+9
2018-11-13svc: Return random seed for svcGetInfo RandomEntropyZach Hilman1-3/+6
2018-11-12yuzu: Add a missing "!" to fix the stuck-in-fullscreen bugTobias1-1/+1
2018-11-12settings: Add config option to set RNG seedZach Hilman3-100/+157
2018-11-08Renamed CheckIfOperationChanged to OnDockedModeChangedDavid Marcec2-21/+23
2018-11-07FixupsDavid Marcec2-11/+16
2018-11-07Ability to switch between docked and undocked mode in-gameDavid Marcec1-1/+25
2018-11-06configure_system: Fix compiler warningFrederic Laing1-1/+1
2018-11-06yuzu/main: Fix compiler warningFrederic Laing1-1/+2
2018-11-04Fix quickstart linkDharmin K Shah1-1/+1
2018-11-04game_list: Only reload game list after relevant settings changedZach Hilman5-1/+28
2018-11-03qt: Add help option to open yuzu folderZach Hilman3-0/+13
2018-11-02game_list: Make add-ons column optionalZach Hilman6-119/+166
2018-11-02Fix ASTC Decompressor to support depth parameterFernandoS271-3/+3
2018-11-01Fix ASTC formatsFernandoS271-1/+1
2018-10-31configure_system: Contrain profile usernames to 32 charactersLioncash4-24/+111
2018-10-30general: Remove unused boost inclusions where applicableLioncash1-1/+0
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L6-15/+16
2018-10-29settings: Add setting to control NSO dumpingZach Hilman3-1/+24
2018-10-28configure_system: Fix compiler warningFrederic Laing1-1/+1
2018-10-28compatdb: Use a seperate endpoint for testcase submissionfearlessTobi2-2/+29
2018-10-27configure_system: Make GetIcon() return the scaled 64x64 iconLioncash1-14/+7
2018-10-27configure_system: Move entry formatting for the user account list entries to its own functionLioncash1-18/+22
2018-10-27configure_system: Display errors to the user if file operations fail when setting user imagesLioncash1-24/+46
2018-10-25configure_system: Make the file selector text translatableLioncash1-1/+1
2018-10-25configure_system: Make GetAccountUsername() an internal functionLioncash2-25/+28
2018-10-25configure_system: Default initialize member variablesLioncash1-4/+5
2018-10-25configure_system: Simplify UUID generation call in AddUser()Lioncash1-2/+1
2018-10-25configure_system: Amend function casingLioncash2-6/+6
2018-10-25configure_system: Add missing override specifier on the destructorLioncash1-1/+1
2018-10-25configure_system: Make public slots privateLioncash1-7/+5
2018-10-24game_list_worker: Use QString's formatting instead of fmt in FormatPatchNameVersions()Lioncash1-4/+9
2018-10-24profile_manager: Use std::optional instead of boost::optionalLioncash2-5/+5
2018-10-24graphic_breakpoints: Correct translation of strings in BreakpointModel's data() functionLioncash2-15/+20
2018-10-24yuzu/main: Notify user of loading errors with Amiibo dataLioncash1-14/+35
2018-10-24configure_system: Clear current username before overwritingZach Hilman2-5/+15
2018-10-24game_list: Use QFileInfo instead of common's file functionsLioncash1-4/+3
2018-10-24game_list: Make game list column headers translatableLioncash1-5/+5
2018-10-24bootmanager: Use QStringLiteral instead of std::string to represent the window titleLioncash1-4/+2
2018-10-24yuzu/configuration/config: Use a std::unique_ptr for qt_config instead of a raw pointerLioncash2-8/+8
2018-10-24yuzu/configuration/config: Reorganize member variable and function layoutLioncash1-6/+7
2018-10-24profile_manager: Create save data if it doesn't exist on useZach Hilman2-5/+5
2018-10-24acc: Fix account UUID duplication errorZach Hilman3-61/+56
2018-10-24configure_system: Clear selection after user deleteZach Hilman1-11/+17
2018-10-24profile_manager: Load user icons, names, and UUIDs from system saveZach Hilman5-87/+177
2018-10-24qt: Allow user to select emu user on open save dataZach Hilman1-3/+24
2018-10-24qt: Add Profile Manager UI to system settingsZach Hilman3-76/+350
2018-10-24settings: Add users and current_user settings and remove usernameZach Hilman1-2/+32
2018-10-24Added Amiibo support (#1390)David6-30/+86
2018-10-21qt: Move Reinitialize Keys to Tools menuZach Hilman1-1/+7
2018-10-20CMakeLists: Use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIRLioncash1-4/+4
2018-10-20CMakeLists: Use target_compile_definitions instead of add_definitions to define YUZU_ENABLE_COMPATIBILITY_REPORTINGLioncash1-1/+1
2018-10-20kernel/process: Make the handle table per-processLioncash1-2/+2
2018-10-18qt: Add support for dumping a DLC Data RomFSZach Hilman2-11/+68
2018-10-16config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation.bunnei3-7/+7
2018-10-16file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicableLioncash2-9/+12
2018-10-15core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrsLioncash1-4/+5
2018-10-15crypto: Various crypto fixes for quickstart guideZach Hilman1-2/+6
2018-10-13Propagate depth and depth_block on modules using decodersFernandoS271-2/+3
2018-10-13filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesystem instance by referenceLioncash1-4/+4
2018-10-13yuzu/main: Simplify OnMenuLoadFile()Lioncash1-14/+12
2018-10-13yuzu/main: Apply the [[maybe_unused]] attribute to the parameter of SetDiscordEnabled()Lioncash1-1/+1
2018-10-09patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControlMetadata() instead of a std::shared_ptrLioncash1-6/+5
2018-10-09implemented touch in Qt and SDLNeatNit2-8/+73
2018-10-07qt: Add UI option to configure argumentsZach Hilman3-0/+27
2018-10-07partition_data_manager: Rename system files for hekateZach Hilman2-17/+19
2018-10-07qt: Add rederive keyset menu optionZach Hilman3-49/+89
2018-10-07qt: Add key derivation progress bar on initial setupZach Hilman1-0/+52
2018-10-07logging: Add DebuggerBackend for logging to Visual StudioCarl Kenner1-0/+3
2018-10-06yuzu/yuzu_cmd: Add checks for required extension ARB_copy_image.bunnei1-0/+2
2018-10-06citra_qt/configuration: misc input tab improvementszhupengfei3-18/+100
2018-10-06qt: Update telemetry linksLioncash2-2/+2
2018-10-05romfs_factory: Extract packed update setter to new functionZach Hilman1-3/+2
2018-10-05patch_manager: Add support for NSP packed updatesZach Hilman1-1/+8
2018-10-05game_list: Add XCI update versioning to game listZach Hilman1-4/+8
2018-10-04ui_settings: Place definition of the theme array within the cpp fileLioncash3-5/+10
2018-10-04kernel/thread: Make all instance variables privateLioncash1-21/+26
2018-10-03configure_input: Make analog mapping strings translatableLioncash1-3/+3
2018-10-03configure_audio: Move combo box index setting to their own functionsLioncash2-11/+25
2018-10-03configure_audio: Use QString::fromStdString() for converting audio device namesLioncash1-3/+3
2018-10-03configure_audio: Add disambiguation comment for the volume percentage stringLioncash2-4/+8
2018-10-03configure_graphics: Make functions internally linked where applicableLioncash1-21/+23
2018-10-02Review comments - part 5fearlessTobi2-6/+4
2018-10-02Review comments -part 4fearlessTobi1-0/+4
2018-10-02Review comments - part 3fearlessTobi2-4/+4
2018-10-02Address a bunch of review commentsfearlessTobi5-5/+8
2018-10-02Port web_service from CitrafearlessTobi17-16/+906
2018-10-01patch_manager: Use strings for patch type instead of enumZach Hilman1-4/+3
2018-09-30kernel/process: Make data member variables privateLioncash1-2/+2
2018-09-27qt: Install System TitleTypes to System NANDZach Hilman1-4/+14
2018-09-26yuzu/main: Resolve precedence bug within CalculateRomFSEntrySize()Lioncash1-1/+1
2018-09-26yuzu/main: Move functions stored into static std::function instances out of OnGameListDumpRomFS()Lioncash1-42/+42
2018-09-26vfs/etc: Append std:: to size_t usagesLioncash1-7/+7
2018-09-24fsmitm: Cleanup and modernize fsmitm portZach Hilman1-1/+1
2018-09-22game_list: Add Qt SmoothTransformation to picture scalingZach Hilman1-1/+1
2018-09-22qt: Add UI elements for LayeredFS and related toolsZach Hilman4-3/+160
2018-09-21game_list: move SearchField to game_list_p.h and fix untranslated textzhupengfei3-35/+51
2018-09-21arm_interface: Replace kernel vm_manager include with a forward declarationLioncash1-0/+1
2018-09-20game_list: Handle plurals within setFilterResult() betterLioncash1-9/+1
2018-09-17yuzu/util: Antialias game list compatibility pixmapsLioncash1-1/+2
2018-09-17game_list_p: Amend typo in GameListItemCompat's constructor parameterLioncash1-4/+4
2018-09-17game_list_p: Take map iterator contents by const referenceLioncash1-1/+1
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi5-6/+7
2018-09-13kernel/thread: Include thread-related enums within the kernel namespaceLioncash1-29/+29
2018-09-13Use ARB_multi_bind for uniform buffers (#1287)ReinUsesLisp1-0/+2
2018-09-12yuzu/configure_gamelist: Make combo box strings translatableLioncash2-21/+47
2018-09-12yuzu/configure_gamelist: Use std::array instead of std::vector for translatable stringsLioncash1-6/+9
2018-09-12yuzu/configure_gamelist: Move combo box initializtion to their own functionsLioncash2-23/+32
2018-09-12game_list: Resolve variable shadowing within LoadCompatibilityList()Lioncash1-3/+3
2018-09-12game_list: Use QJsonValueRef() within LoadCompatibilityList()Lioncash1-2/+2
2018-09-11gl_rasterizer: Use ARB_texture_storage.Markus Wick1-0/+2
2018-09-11Port #4141 from citra: Joystick hotplug support (#1275)Tobias2-12/+11
2018-09-10Remove multicore configure_general.uiMysticExile1-7/+0
2018-09-10remove multicore in configure_general.cppMysticExile1-3/+0
2018-09-10game_list: Make CompatibilityList parameter of NavigateToGamedbEntryRequested() a const referenceLioncash3-3/+5
2018-09-10yuzu: Move compatibility list specifics to their own source filesLioncash10-33/+54
2018-09-09Port Citra #4047 & #4052: add change background color supporttech4me3-0/+38
2018-09-08Add audio stretching supportfearlessTobi3-0/+16
2018-09-08yuzu: fix title bar displayPengfei Zhu1-2/+2
2018-09-08gl_rasterizer: Use baseInstance instead of moving the buffer points.bunnei1-0/+2
2018-09-07yuzu: Move GameListWorker to its own source filesLioncash5-286/+324
2018-09-07Better Title Bar DisplayCaptV0rt3x2-3/+3
2018-09-06frontend: Set swap interval to 0fearlessTobi1-0/+1
2018-09-04bktr: Fix bucket overlap errorZach Hilman1-0/+2
2018-09-04patch_manager: Centralize Control-type NCA parsingZach Hilman2-25/+15
2018-09-04game_list: Fix version display on non-NAND titlesZach Hilman1-22/+19
2018-09-04game_list: Use friendly game versionsZach Hilman1-13/+32
2018-09-04bktr: Fix missing includes and optimize styleZach Hilman1-2/+2
2018-09-04main: Make game updates installableZach Hilman1-1/+5
2018-09-04game_list: Display patch names and versions on listZach Hilman2-0/+27
2018-09-04game_list: Use RegisteredCacheUnion for installedZach Hilman2-4/+2
2018-09-04main: Only show DRD deprecation warning onceZach Hilman1-3/+13
2018-09-04qt: Add deprecation warnings for DRD formatZach Hilman1-0/+10
2018-09-04registration: Fix NSP installation errorsZach Hilman1-1/+1
2018-09-04qt: Add UI support for NSP filesZach Hilman2-2/+3
2018-09-04registration: Add support for installing NSP filesZach Hilman1-6/+18
2018-09-04file_sys: Replace includes with forward declarations where applicableLioncash2-1/+2
2018-09-04qt: Add message about not moving contents on dir changeZach Hilman2-6/+23
2018-09-04qt: Add UI options to change NAND/SD dirsZach Hilman3-0/+36
2018-09-04settings: Save and load NAND/SD dirs from configZach Hilman1-0/+18
2018-09-02vfs_real: Forward declare IOFileLioncash5-1/+13
2018-09-01citra_qt: Display the unsupported GL extensions in the popupfearlessTobi2-8/+10
2018-08-31core/core: Replace includes with forward declarations where applicableLioncash7-19/+93
2018-08-29Show game compatibility within yuzufearlessTobi8-3/+174
2018-08-29kernel: Eliminate kernel global stateLioncash1-1/+3
2018-08-28gpu: Make memory_manager privateLioncash1-2/+2
2018-08-28Fix two stupid errors made in #1141fearlessTobi2-1/+2
2018-08-28yuzu: Fix stick UI direction orderfearlessTobi1-2/+2
2018-08-25debug_utils: Remove unused includesLioncash2-1/+3
2018-08-24Port #4013 from Citra: "Init logging sooner so we dont miss some logs on startup" (#1142)Tobias1-11/+11
2018-08-23qt: Add filename and title id to window title while runningZach Hilman1-0/+11
2018-08-23game_list: Add SD registration loading to game listZach Hilman2-12/+12
2018-08-23qt: Make default row data title name and title idZach Hilman1-2/+2
2018-08-23filesystem: Add CreateFactories methods to fsZach Hilman1-2/+1
2018-08-23Swap "Plus" with "Minus" on the controller GUI (#1150)literalmente-game1-8/+8
2018-08-22config: Fixed icon size get set to 0tech4me1-1/+1
2018-08-21Port #3902 from Citra: "Add restart hotkey & menu option"fearlessTobi2-0/+18
2018-08-21Port #4056 from Citra: "Add Clear Recent Files menu action"fearlessTobi2-0/+14
2018-08-21qt/main: Port part of citra(#3411), open savedata workstech4me4-7/+41
2018-08-21service/filesystem: Use forward declarations where applicableLioncash3-0/+6
2018-08-21Port #3353 from CitrafearlessTobi4-11/+64
2018-08-20game_list: Avoid uninitialized variables when retrieving program IDLioncash1-2/+2
2018-08-19Added check to see if ARB_texture_mirror_clamp_to_edge is supportedDavid Marcec1-0/+2
2018-08-16qt/main: Unindent code in OnMenuInstallToNAND()Lioncash1-70/+70
2018-08-16qt/main: Make installation dialog text within OnMenuInstallToNAND() translatableLioncash1-14/+15
2018-08-16qt/main: Get rid of compilation warningsLioncash1-4/+8
2018-08-15loader: Make ResultStatus directly compatible with fmtLioncash1-1/+4
2018-08-12registration: Add support for force overwrite of installedZach Hilman2-31/+58
2018-08-12game_list: Split game list scans to multiple functionsZach Hilman2-9/+16
2018-08-12qt: Use custom RawCopy with progress bar for installsZach Hilman1-2/+28
2018-08-12game_list: Populate control data from installed NANDZach Hilman2-31/+35
2018-08-12file_sys: Comply to style guidelinesZach Hilman1-20/+20
2018-08-12qt: Add 'Install to NAND' option to menuZach Hilman3-0/+97
2018-08-12game_list: Modify game list to scan installed titlesZach Hilman1-0/+45
2018-08-12core: Namespace EmuWindowLioncash1-1/+1
2018-08-11qt/game_list: Resolve truncation warning within GameListItemPath's constructorLioncash1-4/+4
2018-08-11gt/game_list: Use std::array in GameListItemPath's data() functionLioncash1-7/+8
2018-08-11qt/game_list: Remove redundant base class constructor from initializer listLioncash1-3/+1
2018-08-10game_list: Reorder error checksZach Hilman1-2/+1
2018-08-10loader: Add more descriptive errorsZach Hilman2-63/+19
2018-08-10textures: Refactor out for Texture/Depth FormatFromPixelFormat.bunnei1-2/+4
2018-08-09vfs: Fix documentationZach Hilman1-0/+2
2018-08-09vfs: Fix typo in VfsFilesystem docsZach Hilman1-3/+4
2018-08-09file_util: Use enum instead of bool for specifing path behaviorZach Hilman1-1/+1
2018-08-09core: Port core to VfsFilesystem for file accessZach Hilman5-9/+17
2018-08-07configure_gamelist: Use explicit QVariant constructorZach Hilman1-2/+4
2018-08-07qt/hotkey: Get rid of global hotkey map instanceLioncash8-119/+159
2018-08-07loader: Add icon and title support to XCIZach Hilman1-2/+3
2018-08-07Use const where applicableZach Hilman2-5/+5
2018-08-07Avoid parsing RomFS to directory in NCAZach Hilman11-13/+353
2018-08-07GDBStub works with both Unicorn and Dynarmic now (#941)Hedges1-7/+0
2018-08-06qt/main: Avoid sign conversions in UpdateRecentFiles()Lioncash1-4/+6
2018-08-06game_list: Remove unnecessary conversion to std::string in ValidateEntry()Lioncash1-8/+10
2018-08-06game_list: Use QString::fromStdString() where applicable instead of c_str()Lioncash1-5/+7
2018-08-06game_list: Join declarations and assignments in onTextChanged()Lioncash1-7/+7
2018-08-06qt/main: Collapse if statement in UpdateRecentFiles()Lioncash1-6/+2
2018-08-06qt/main: Better file-existence checking within OnMenuRecentFile() and UpdateUITheme()Lioncash1-8/+6
2018-08-06qt: Don't show error dialog when canceling the Load Folder dialogLioncash1-2/+8
2018-08-06qt/game_list_p: Remove redundant base class constructor invocationsLioncash1-1/+2
2018-08-06qt: Add missing override specifiers where applicableLioncash5-7/+9
2018-08-06qt: Default destructors where applicableLioncash9-16/+15
2018-08-06kernel/event: Make data members privateLioncash1-1/+1
2018-08-04video_core: Eliminate the g_renderer global variableLioncash1-2/+2
2018-08-03Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851)David3-3/+38
2018-08-03yuzu: Use Qt 5 signal/slots where applicableLioncash7-46/+49
2018-08-02kernel: Move object class to its own source filesLioncash1-1/+1
2018-08-02video_core: Make global EmuWindow instance part of the base renderer classLioncash1-1/+1
2018-08-01Fix merge conflicts with opus and update docsZach Hilman1-3/+3
2018-08-01Use more descriptive error codes and messagesZach Hilman1-10/+41
2018-08-01Make XCI comply to review and style guidelinesZach Hilman1-14/+1
2018-08-01Remove files that are not usedZach Hilman3-1/+17
2018-08-01audio_core: Add configuration settings.bunnei7-5/+284
2018-07-30Port #3769 from Citra: "Update Dark theme to latest version"Tobias1-1/+1
2018-07-29Port #3913 from Citra: "citra_qt: Remove obsolete application attribute"fearlessTobi1-1/+0
2018-07-29Port #3911 from Citra: "Optimize settings application"fearlessTobi5-6/+3
2018-07-29Port #3837 from Citra: "Add build date in about dialog"fearlessTobi2-3/+4
2018-07-26Port #3594 from CitrafearlessTobi1-0/+16
2018-07-26kernel/timer: Make data members private where applicableLioncash1-3/+3
2018-07-26Port #3665 from CitrafearlessTobi1-0/+2
2018-07-25wait_tree: Add missing switch case for WaitTreeThread::GetText()Lioncash1-0/+4
2018-07-24wait_tree: Silence warning about all code paths not returning a valueLioncash1-0/+3
2018-07-22Frontend: Check for more required OpenGL extensions during startup.Subv1-0/+12
2018-07-22file_util: Use a u64 to represent number of entriesLioncash1-1/+1
2018-07-21file_util: Use an enum class for GetUserPath()Lioncash3-9/+13
2018-07-21gpu: Rename Get3DEngine() to Maxwell3D()Lioncash1-3/+3
2018-07-20thread: Convert ThreadStatus into an enum classLioncash1-22/+22
2018-07-19Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman1-1/+3
2018-07-18game_list: Make ContainsAllWords an internally linked non-member functionLioncash2-2/+1
2018-07-18game_list: Upper-case containsAllWords to ContainsAllWords()Lioncash2-3/+3
2018-07-18game_list: Make containsAllWords a const member functionLioncash2-4/+6
2018-07-18game_list: Remove unnecessary QString initialization in KeyReleaseEaterLioncash1-4/+1
2018-07-18settings: Turn docked mode off by default.bunnei1-1/+1
2018-07-14OpenGL: Use MakeCurrent/DoneCurrent for multithreaded rendering.bunnei2-1/+7
2018-07-12yuzu - Fix duplicate logsJames Rowe2-2/+7
2018-07-08Revert "Virtual Filesystem (#597)"bunnei1-3/+1
2018-07-07Port #3505 from CItrafearlessTobi1-6/+7
2018-07-06Virtual Filesystem (#597)Zach Hilman1-1/+3
2018-07-03Add configurable logging backendsJames Rowe8-3/+145
2018-07-03Update clang formatJames Rowe1-2/+1
2018-07-03Rename logging macro back to LOG_*James Rowe2-8/+8
2018-06-27settings: Add a configuration for use_accurate_framebuffers.bunnei3-0/+12
2018-06-26yuzu: Remove SSBOs check from Qt frontend.bunnei1-2/+0
2018-06-21Add support for decrypted NCA files (#567)Zach Hilman1-1/+1
2018-06-21Kernel/Arbiters: Mostly implement SignalToAddressMichael Scire1-1/+1
2018-06-21Kernel/Arbiters: Implement WaitForAddressMichael Scire1-0/+4
2018-06-14Bug fixes, testing, and review changesZach Hilman2-7/+20
2018-06-14Add 'Load Folder' menu optionZach Hilman3-0/+17
2018-06-14Add support for main files in file pickerZach Hilman1-0/+2
2018-06-14Recognize main files in game listZach Hilman1-2/+17
2018-06-13Qt: Removed the Registers widget.Subv6-292/+0
2018-06-04qt: add check for GL extension supportBreadFish642-0/+27
2018-05-19Qt/WaitTree: Display the callstack for each thread in the wait tree widget.Subv2-0/+37
2018-05-11thread: Rename mask to affinity_masks.bunnei1-1/+2
2018-05-11wait_tree: Add ideal core and affinity mask.bunnei1-0/+2
2018-05-11wait_tree: Show all threads on all schedulers.bunnei1-6/+14
2018-05-11core: Add a configuration setting for use_multi_core.bunnei3-0/+12
2018-05-11core: Implement multicore support.bunnei2-3/+3
2018-04-30string_util: Remove StringFromFormat() and related functionsLioncash1-2/+4
2018-04-27frontends: Move logging macros over to new fmt-capable onesLioncash2-8/+7
2018-04-24memory_manager: Make GpuToCpuAddress return an optional.bunnei1-4/+4
2018-04-24memory_manager: Use GPUVAdddr, not PAddr, for GPU addresses.bunnei1-2/+2
2018-04-23GPU: Implement the RGB10_A2 RenderTarget format, it will use the same format as the A2BGR10 texture format.Subv1-0/+2
2018-04-21Qt: Update the WaitTree widget to show info about the current mutex of each thread.Subv2-82/+47
2018-04-19Implement Pull #3528 from citra: use nvidia graphics automatically on laptops with optimus (with AMD support) (#271)N00byKing1-0/+9
2018-04-14Fix the stuck in fullscreen bug (Original PR: citra-emu/citra#3611)adityaruplaha1-2/+4
2018-04-07Prevent crash from uninitialized telemetryJames Rowe1-2/+1
2018-04-06core, main.h: Abort on 32Bit ROMs (#309)N00byKing1-1/+6
2018-03-30Port citra-emu/citra#3610 to yuzuN00byKing2-3/+7
2018-03-30Remove whitespacesN00byKing1-1/+1
2018-03-30Add Dark theme, Icon themingN00byKing7-0/+75
2018-03-27main.h: Add pragma once, remove ifndefN00byKing1-5/+2
2018-03-27config: Use simplified checkbox (from Citra) for CPU JIT.bunnei3-31/+22
2018-03-27config: Rename is_docked to use_docked_mode to be consistent with other config bools.bunnei3-6/+6
2018-03-27configure_general: Cleanup naming.bunnei1-14/+14
2018-03-27qt: Add config option for is_docked.bunnei2-0/+23
2018-03-27config: Add setting for whether the system is docked or not.bunnei1-0/+8
2018-03-27graphics_surface: Remove superfluous cast.bunnei1-2/+1
2018-03-27graphics_surface: Fix merge conflicts.bunnei1-3/+3
2018-03-25main.cpp: Replace Citra with yuzu Wiki LinksN00byKing1-4/+4
2018-03-25main.cpp: Update Dialog from citra to yuzuN00byKing1-11/+11
2018-03-25GPU: Make the debug_context variable a member of the frontend instead of a global.Subv3-4/+16
2018-03-24Frontend: Updated the surface view debug widget to work with Maxwell surfaces.Subv1-19/+23
2018-03-24Frontend: Allow opening the Surface View widget in the Qt frontend.Subv2-0/+8
2018-03-24Frontend: Ported the GPU breakpoints and surface viewer widgets from citra.Subv10-4/+913
2018-03-22Change "yuzu starting..." to be logged with the new macroDaniel Lim Wee Soong1-1/+1
2018-03-21CMake: Set EMU_ARCH_BITS in CMakeLists.txtN00byKing1-1/+0
2018-03-19thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB.bunnei1-3/+3
2018-02-27Removes the use of QKeySequence::Cancel (#186)Vishal Sharma1-1/+2
2018-02-18kernel: Use Scheduler class for threading.bunnei1-1/+2
2018-02-14pls, that was easyHexagon121-1/+1
2018-02-14debugger: Fix wait_tree crash.bunnei1-1/+1
2018-01-21Format: Run the new clang format on everythingJames Rowe5-9/+39
2018-01-19qt: Migrate to Qt 5 signal/slot connection syntax where applicableLioncash5-31/+31
2018-01-18ui: Rename almost all classes in configuration_input.ui (#99)Evgeni Danailov1-66/+66
2018-01-18Port citra #3336 - Resizes the configuration window to not be so stretched outRiver City Ransomware1-1/+1
2018-01-18CMakeLists: Derive the source directory grouping from targets themselvesLioncash1-60/+65
2018-01-18hotkeys: Add missing <QTreeWidgetItem> includeLioncash1-0/+1
2018-01-18game_list: Add missing override specifier for KeyReleaseEater's eventFilter functionLioncash1-1/+1
2018-01-18game_list: Amend doxygen parameter identifiers for containsAllWords()Lioncash1-2/+2
2018-01-18bootmanager: Minor tidiness/correctness changesLioncash2-7/+6
2018-01-17 Implement Pull #3306 from citra: citra_qt: Drop Qt 5 version checks in code (#41)N00byKing1-13/+1
2018-01-17Fixed formattingnoah katz1-2/+2
2018-01-17Fix non translated string (same as Citra PR 2949)noah katz1-1/+1
2018-01-16Use static functions instead of lambdasmuemart1-49/+46
2018-01-16Add translation support for button labelsmuemart1-14/+15
2018-01-16Add button labels for sdl joystick mappingsmuemart1-17/+46
2018-01-16clang-formatMerryMage10-24/+21
2018-01-16Implement Pull #3030 from CitraTobias1-6/+6
2018-01-16Update game_list.cppN00byKing1-1/+1
2018-01-16Update CMakeLists.txtN00byKing1-5/+1
2018-01-16Implement Pull #3333 from citra: citra_qt: Pause emulation on CoreError (#39)N00byKing2-0/+2
2018-01-16Merge citra-emu PR#3159 by FearlessTobi(citra-qt : Fix a bug in our fullscreen implementation)goaaats2-15/+31
2018-01-16Merge citra-emu PR#3001 by Styleoshin(citra-qt : Adding fullscreen mode)goaaats5-1/+57
2018-01-16Adding meumart's Citra SDL Joystick support. Citra PR #3116muemart3-190/+276
2018-01-15Clanggit rebase -i fixesunknown1-10/+2
2018-01-15Clang formatunknown2-4/+10
2018-01-15Change default log level to infounknown1-1/+1
2018-01-15Update the internal resolution settingsunknown2-65/+5
2018-01-15configure_input: update w/ Switch buttonsshinyquagsire233-90/+221
2018-01-14qt: Update about dialog to show license for GPLv2 only.bunnei1-1/+1
2018-01-14Remove Surface Viewer stubJannik Vogel3-13/+0
2018-01-14Implement "About" dialogspycrab6-3/+245
2018-01-14yuzu qt copy windows deps renamedJames Rowe1-2/+2
2018-01-14Minor cleanupMerryMage4-13/+13
2018-01-14macOS: Update Info.plistMerryMage1-34/+34
2018-01-13Add new icons and fix up the linux paths for installJames Rowe1-3/+1
2018-01-13Fix build on macOS and linuxMerryMage1-3/+5
2018-01-13config: Default log filter to trace.bunnei1-1/+1
2018-01-13Removing unused settings and yuzu rebrandingJames Rowe14-427/+68
2018-01-13Remove gpu debugger and get yuzu qt to compileJames Rowe39-3171/+46
2018-01-13Massive removal of unused modulesJames Rowe68-0/+10017