summaryrefslogtreecommitdiff
path: root/src/yuzu
AgeCommit message (Collapse)Author
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
2018-01-16Use static functions instead of lambdasmuemart
2018-01-16Add translation support for button labelsmuemart
2018-01-16Add button labels for sdl joystick mappingsmuemart
2018-01-16clang-formatMerryMage
2018-01-16Implement Pull #3030 from CitraTobias
citra-qt: Rename derivative class name
2018-01-16Update game_list.cppN00byKing
2018-01-16Update CMakeLists.txtN00byKing
2018-01-16Implement Pull #3333 from citra: citra_qt: Pause emulation on CoreError (#39)N00byKing
2018-01-16Merge pull request #24 from nkatz565/nk-inputsbunnei
Adding meumart's Citra SDL Joystick support. Citra PR #3116
2018-01-16Merge citra-emu PR#3159 by FearlessTobi(citra-qt : Fix a bug in our ↵goaaats
fullscreen implementation)
2018-01-16Merge citra-emu PR#3001 by Styleoshin(citra-qt : Adding fullscreen mode)goaaats
2018-01-15Adding meumart's Citra SDL Joystick support. Citra PR #3116muemart
2018-01-15Merge pull request #20 from Andrix44/fixesbunnei
Various fixes
2018-01-15Clanggit rebase -i fixesunknown
2018-01-15Clang formatunknown
2018-01-15Change default log level to infounknown
2018-01-15Update the internal resolution settingsunknown
2018-01-15configure_input: update w/ Switch buttonsshinyquagsire23
2018-01-14qt: Update about dialog to show license for GPLv2 only.bunnei
Fixes #6.
2018-01-14Remove Surface Viewer stubJannik Vogel
2018-01-14Implement "About" dialogspycrab