summaryrefslogtreecommitdiff
path: root/src/yuzu
AgeCommit message (Collapse)Author
2018-04-02Merge pull request #262 from daniellimws/fmtlib-macrosbunnei
Logging: Add fmtlib-based macros
2018-04-02Merge pull request #267 from N00byKing/patch-1bunnei
Update Dialog from citra to yuzu
2018-03-30Port citra-emu/citra#3610 to yuzuN00byKing
2018-03-30Remove whitespacesN00byKing
2018-03-30Add Dark theme, Icon themingN00byKing
configure_general.ui: Add UI Option for Themes config.cpp: Save Theme Settings
2018-03-27Merge pull request #286 from N00byKing/citratoyuzuagainbunnei
main.h: Add pragma once, remove ifndef
2018-03-27main.h: Add pragma once, remove ifndefN00byKing
2018-03-26config: Use simplified checkbox (from Citra) for CPU JIT.bunnei
2018-03-26config: Rename is_docked to use_docked_mode to be consistent with other ↵bunnei
config bools.
2018-03-26configure_general: Cleanup naming.bunnei
2018-03-26qt: Add config option for is_docked.bunnei
2018-03-26config: Add setting for whether the system is docked or not.bunnei
2018-03-26graphics_surface: Remove superfluous cast.bunnei
2018-03-26graphics_surface: Fix merge conflicts.bunnei
2018-03-25main.cpp: Replace Citra with yuzu Wiki LinksN00byKing
2018-03-25main.cpp: Update Dialog from citra to yuzuN00byKing
2018-03-24GPU: Make the debug_context variable a member of the frontend instead of a ↵Subv
global.
2018-03-24Frontend: Updated the surface view debug widget to work with Maxwell surfaces.Subv
2018-03-24Frontend: Allow opening the Surface View widget in the Qt frontend.Subv
2018-03-24Frontend: Ported the GPU breakpoints and surface viewer widgets from citra.Subv
2018-03-22Change "yuzu starting..." to be logged with the new macroDaniel Lim Wee Soong
Just as a proof that it works
2018-03-21CMake: Set EMU_ARCH_BITS in CMakeLists.txtN00byKing
2018-03-18thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB.bunnei
2018-03-07Merge pull request #213 from Hexagon12/dynarmic-defaultbunnei
Make Dynarmic the default CPU core
2018-02-26Removes the use of QKeySequence::Cancel (#186)Vishal Sharma
* Removes the use of QKeySequence::Cancel to remove issues while running make * Corrects characters in a line for travis failure * Corrects space in a line for travis failure
2018-02-18kernel: Use Scheduler class for threading.bunnei
2018-02-14pls, that was easyHexagon12
2018-02-14debugger: Fix wait_tree crash.bunnei
2018-01-20Format: Run the new clang format on everythingJames Rowe
2018-01-18Merge pull request #104 from RiverCityRansomware/resizedConfigWindowbunnei
Port citra #3336
2018-01-18qt: Migrate to Qt 5 signal/slot connection syntax where applicableLioncash
2018-01-18ui: Rename almost all classes in configuration_input.ui (#99)Evgeni Danailov
* Rename verticalLayout_25 to verticalLayout_23. * Rename almost all classes.
2018-01-18Port citra #3336 - Resizes the configuration window to not be so stretched outRiver City Ransomware
2018-01-18Merge pull request #84 from lioncash/cmakebunnei
CMakeLists: Derive the source directory grouping from targets themselves
2018-01-17Merge pull request #88 from lioncash/includebunnei
hotkeys: Add missing <QTreeWidgetItem> include
2018-01-17Merge pull request #87 from lioncash/overridebunnei
game_list: Add missing override specifier for KeyReleaseEater's eventFilter function
2018-01-17Merge pull request #86 from lioncash/doxygenbunnei
game_list: Amend doxygen parameter identifiers
2018-01-17CMakeLists: Derive the source directory grouping from targets themselvesLioncash
Removes the need to store to separate SRC and HEADER variables, and then construct the target in most cases.
2018-01-17hotkeys: Add missing <QTreeWidgetItem> includeLioncash
2018-01-17game_list: Add missing override specifier for KeyReleaseEater's eventFilter ↵Lioncash
function
2018-01-17game_list: Amend doxygen parameter identifiers for containsAllWords()Lioncash
2018-01-17bootmanager: Minor tidiness/correctness changesLioncash
Moved over from #3266 in citra.
2018-01-17 Implement Pull #3306 from citra: citra_qt: Drop Qt 5 version checks in code ↵N00byKing
(#41) * Update bootmanager.cpp * This *should* fix the clang error
2018-01-17Merge pull request #42 from N00byKing/3295bunnei
Implement Pull #3295 from citra: citra_qt: CMakeLists: Drop leftover handling code for Qt 4 UI files
2018-01-17Merge pull request #57 from nkatz565/fix-trbunnei
Fix non translated string (same as Citra PR 2949)
2018-01-17Fixed formattingnoah katz
2018-01-16Fix non translated string (same as Citra PR 2949)noah katz
2018-01-16Merge pull request #45 from FearlessTobi/patch-1bunnei
Implement Pull #3030 from Citra: Rename derivative class name
2018-01-16Merge pull request #43 from N00byKing/3052bunnei
Implement Pull #3052 from citra: Correct spelling of searchfield in comment
2018-01-16Merge pull request #53 from nkatz565/nk-fixlabelsbunnei
Implement Pull #3240 from Citra: Add button labels for sdl joystick mappings