summaryrefslogtreecommitdiffstats
path: root/src/yuzu (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-302-3/+7
* | | Remove whitespacesN00byKing2018-03-301-1/+1
* | | Add Dark theme, Icon themingN00byKing2018-03-307-0/+75
* | | Merge pull request #286 from N00byKing/citratoyuzuagainbunnei2018-03-281-5/+2
|\ \ \
| * | | main.h: Add pragma once, remove ifndefN00byKing2018-03-271-5/+2
* | | | config: Use simplified checkbox (from Citra) for CPU JIT.bunnei2018-03-273-31/+22
* | | | config: Rename is_docked to use_docked_mode to be consistent with other config bools.bunnei2018-03-273-6/+6
* | | | configure_general: Cleanup naming.bunnei2018-03-271-14/+14
* | | | qt: Add config option for is_docked.bunnei2018-03-272-0/+23
* | | | config: Add setting for whether the system is docked or not.bunnei2018-03-271-0/+8
* | | | graphics_surface: Remove superfluous cast.bunnei2018-03-271-2/+1
* | | | graphics_surface: Fix merge conflicts.bunnei2018-03-271-3/+3
|/ / /
* | | GPU: Make the debug_context variable a member of the frontend instead of a global.Subv2018-03-253-4/+16
* | | Frontend: Updated the surface view debug widget to work with Maxwell surfaces.Subv2018-03-241-19/+23
* | | Frontend: Allow opening the Surface View widget in the Qt frontend.Subv2018-03-242-0/+8
* | | Frontend: Ported the GPU breakpoints and surface viewer widgets from citra.Subv2018-03-2410-4/+913
|/ /
* | CMake: Set EMU_ARCH_BITS in CMakeLists.txtN00byKing2018-03-211-1/+0
* | thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB.bunnei2018-03-191-3/+3
* | Merge pull request #213 from Hexagon12/dynarmic-defaultbunnei2018-03-081-1/+1
|\ \
| * | pls, that was easyHexagon122018-02-141-1/+1
* | | Removes the use of QKeySequence::Cancel (#186)Vishal Sharma2018-02-271-1/+2
| |/ |/|
* | kernel: Use Scheduler class for threading.bunnei2018-02-181-1/+2
|/
* debugger: Fix wait_tree crash.bunnei2018-02-141-1/+1
* Format: Run the new clang format on everythingJames Rowe2018-01-215-9/+39
* Merge pull request #104 from RiverCityRansomware/resizedConfigWindowbunnei2018-01-191-1/+1
|\
| * Port citra #3336 - Resizes the configuration window to not be so stretched outRiver City Ransomware2018-01-181-1/+1
* | qt: Migrate to Qt 5 signal/slot connection syntax where applicableLioncash2018-01-195-31/+31
* | ui: Rename almost all classes in configuration_input.ui (#99)Evgeni Danailov2018-01-181-66/+66
|/
* Merge pull request #84 from lioncash/cmakebunnei2018-01-181-60/+65
|\
| * CMakeLists: Derive the source directory grouping from targets themselvesLioncash2018-01-181-60/+65
* | Merge pull request #88 from lioncash/includebunnei2018-01-181-0/+1
|\ \
| * | hotkeys: Add missing <QTreeWidgetItem> includeLioncash2018-01-181-0/+1
| |/
* | Merge pull request #87 from lioncash/overridebunnei2018-01-181-1/+1
|\ \
| * | game_list: Add missing override specifier for KeyReleaseEater's eventFilter functionLioncash2018-01-181-1/+1
| |/
* | Merge pull request #86 from lioncash/doxygenbunnei2018-01-181-2/+2
|\ \
| * | game_list: Amend doxygen parameter identifiers for containsAllWords()Lioncash2018-01-181-2/+2
| |/
* / bootmanager: Minor tidiness/correctness changesLioncash2018-01-182-7/+6
|/
* Implement Pull #3306 from citra: citra_qt: Drop Qt 5 version checks in code (#41)N00byKing2018-01-171-13/+1
* Merge pull request #42 from N00byKing/3295bunnei2018-01-171-5/+1
|\
| * Update CMakeLists.txtN00byKing2018-01-161-5/+1
* | Merge pull request #57 from nkatz565/fix-trbunnei2018-01-171-1/+2
|\ \
| * | Fixed formattingnoah katz2018-01-171-2/+2
| * | Fix non translated string (same as Citra PR 2949)noah katz2018-01-171-1/+1
| |/
* | Merge pull request #45 from FearlessTobi/patch-1bunnei2018-01-161-6/+6
|\ \
| * | Implement Pull #3030 from CitraTobias2018-01-161-6/+6
| |/
* | Merge pull request #43 from N00byKing/3052bunnei2018-01-161-1/+1
|\ \
| * | Update game_list.cppN00byKing2018-01-161-1/+1
| |/
* | Merge pull request #53 from nkatz565/nk-fixlabelsbunnei2018-01-161-25/+52
|\ \
| * | Use static functions instead of lambdasmuemart2018-01-161-49/+46
| * | Add translation support for button labelsmuemart2018-01-161-14/+15
| * | Add button labels for sdl joystick mappingsmuemart2018-01-161-17/+46
| |/
* / clang-formatMerryMage2018-01-1610-24/+21
|/
* Implement Pull #3333 from citra: citra_qt: Pause emulation on CoreError (#39)N00byKing2018-01-162-0/+2
* Merge pull request #24 from nkatz565/nk-inputsbunnei2018-01-163-190/+276
|\
| * Adding meumart's Citra SDL Joystick support. Citra PR #3116muemart2018-01-163-190/+276
* | Merge citra-emu PR#3159 by FearlessTobi(citra-qt : Fix a bug in our fullscreen implementation)goaaats2018-01-162-15/+31
* | Merge citra-emu PR#3001 by Styleoshin(citra-qt : Adding fullscreen mode)goaaats2018-01-165-1/+57
|/
* Merge pull request #20 from Andrix44/fixesbunnei2018-01-153-68/+6
|\
| * Clanggit rebase -i fixesunknown2018-01-151-10/+2
| * Clang formatunknown2018-01-152-4/+10
| * Change default log level to infounknown2018-01-151-1/+1
| * Update the internal resolution settingsunknown2018-01-152-65/+5
* | configure_input: update w/ Switch buttonsshinyquagsire232018-01-153-90/+221
|/
* qt: Update about dialog to show license for GPLv2 only.bunnei2018-01-141-1/+1
* Remove Surface Viewer stubJannik Vogel2018-01-143-13/+0
* Implement "About" dialogspycrab2018-01-146-3/+245
* yuzu qt copy windows deps renamedJames Rowe2018-01-141-2/+2
* Minor cleanupMerryMage2018-01-144-13/+13
* macOS: Update Info.plistMerryMage2018-01-141-34/+34
* Add new icons and fix up the linux paths for installJames Rowe2018-01-131-3/+1
* Fix build on macOS and linuxMerryMage2018-01-131-3/+5
* config: Default log filter to trace.bunnei2018-01-131-1/+1
* Removing unused settings and yuzu rebrandingJames Rowe2018-01-1314-427/+68
* Remove gpu debugger and get yuzu qt to compileJames Rowe2018-01-1339-3171/+46
* Massive removal of unused modulesJames Rowe2018-01-1368-0/+10017