summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Merge pull request #9234 from liamwhite/data-cash-moneyGravatar bunnei2022-11-187-8/+214
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | kernel: implement data cache management operations
| * | | | | kernel: implement FlushProcessDataCacheGravatar Liam2022-11-124-8/+125
| | | | | |
| * | | | | common: add cache management functionsGravatar Liam2022-11-123-0/+89
| | | | | |
* | | | | | Merge pull request #9244 from liamwhite/lost-wakeupGravatar bunnei2022-11-174-12/+16
|\ \ \ \ \ \ | | | | | | | | | | | | | | nvnflinger: fix lost wakeup
| * | | | | | nvnflinger: fix lost wakeupGravatar Liam2022-11-144-12/+16
| | | | | | |
* | | | | | | Merge pull request #9229 from Docteh/achy_breaky_heartGravatar Morph2022-11-1723-6/+37
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add break for default cases
| * | | | | | | Add break for default casesGravatar Kyle Kienapfel2022-11-1324-6/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Visual Studio has an option to search all files in a solution, so I did a search in there for "default:" looking for any missing break statements. I've left out default statements that return something, and that throw something, even if via ThrowInvalidType. UNREACHABLE leads towards throw R_THROW macro leads towards a return
* | | | | | | | Merge pull request #9228 from HidroSaphire/patch-1Gravatar liamwhite2022-11-171-0/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | Add break statement in default case
| * | | | | | | Add break statement in default caseGravatar Enrico Mancuso2022-11-111-0/+1
| |/ / / / / / | | | | | | | | | | | | | | According to the contributing page (https://github.com/yuzu-emu/yuzu/wiki/Contributing) the default cases should have a break statement
* | | | | | | configure_profile_manager: Cleanup reference/pointer usageGravatar lat9nq2022-11-152-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com> Co-authored-by: Mai M. <mathew1800@gmail.com>
* | | | | | | configure_profile_manager: Remove profile picture borderGravatar lat9nq2022-11-151-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The border adds its own width at least on Linux which causes the icon to be offset by 1px, and cropped by 2px on the bottom and right sides.
* | | | | | | configure_profile_manager: Use a custom dialog for deletionGravatar lat9nq2022-11-152-11/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A hopefully more informative dialog that most importantly notifies the user that their saves will be deleted with the user profile. cpm: Only keep track of UI elements that we need cpm: Remove unused forward declarations cpm: Add missing include
* | | | | | | Merge pull request #9243 from german77/resultGravatar bunnei2022-11-141-1/+75
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | core: Update result module
| * | | | | | core: Update result moduleGravatar Narr the Reg2022-11-141-1/+75
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #9225 from liamwhite/debugger-instanceGravatar liamwhite2022-11-124-68/+248
|\ \ \ \ \ \ | | | | | | | | | | | | | | Debugger improvements
| * | | | | | gdbstub: add ams monitor commandsGravatar Liam2022-11-103-0/+155
| | | | | | |
| * | | | | | debugger: allow more than one connection attempt per sessionGravatar Liam2022-11-101-68/+93
| | | | | | |
* | | | | | | Ignore ARM for core countGravatar Matías Locatti2022-11-121-2/+1
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #9226 from Kelebek1/regs_regressionGravatar bunnei2022-11-126-5/+32
|\ \ \ \ \ \ | | | | | | | | | | | | | | [video_core] Fix a couple regs regressions
| * | | | | | Fix regs regression with OpenGL two-sided stencil, and re-add data ↵Gravatar Kelebek12022-11-116-5/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | invalidation reg
* | | | | | | Merge pull request #9224 from liamwhite/services-arent-processesGravatar bunnei2022-11-112-29/+13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | service_thread: remove explicit KProcess
| * | | | | | | service_thread: remove explicit KProcessGravatar Liam2022-11-102-29/+13
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #9231 from goldenx86/corecountGravatar Mai2022-11-123-3/+64
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | Add CPU core count to log files
| * | | | | | Add CPU core count to log filesGravatar Matías Locatti2022-11-113-3/+64
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #9204 from vonchenplus/dma_copy_1d_random_crashGravatar liamwhite2022-11-111-17/+20
|\ \ \ \ \ \ | | | | | | | | | | | | | | video_core: Fix dma copy 1D random crash
| * | | | | | video_core: Fix dma copy 1D random crashGravatar FengChen2022-11-111-17/+20
| | | | | | |
* | | | | | | Merge pull request #9133 from FearlessTobi/compat-improvementsGravatar liamwhite2022-11-115-71/+404
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | yuzu/compatdb: Improve compatibility submission system
| * | | | | | yuzu/main: Change to 8_GiB instead of magic numberGravatar Tobias2022-11-111-1/+1
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
| * | | | | | yuzu/compatdb: Rework compatibility submission systemGravatar FearlessTobi2022-11-105-71/+404
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com>
* | | | | | | Merge pull request #9167 from vonchenplus/tessGravatar liamwhite2022-11-1118-6/+63
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | video_core: Fix few issues in Tess stage
| * | | | | | video_core: Fix few issues in Tess stageGravatar FengChen2022-11-0718-6/+63
| | | | | | |
* | | | | | | Merge pull request #9223 from goldenx86/threadcountGravatar bunnei2022-11-101-0/+2
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | Add CPU thread count to log files
| * | | | | | Me likesGravatar Matías Locatti2022-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
| * | | | | | Add CPU thread count to log filesGravatar Matías Locatti2022-11-101-0/+2
| | | | | | |
* | | | | | | ir/texture_pass: Use host_info instead of querying Settings::values (#9176)Gravatar Morph2022-11-1112-16/+23
| | | | | | |
* | | | | | | Merge pull request #9198 from liamwhite/arm64Gravatar bunnei2022-11-1011-24/+57
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Initial ARM64 support
| * | | | | | | Initial ARM64 supportGravatar Liam2022-11-0911-24/+57
| | | | | | | |
* | | | | | | | Merge pull request #9180 from Docteh/remove_stuffGravatar Mai2022-11-112-20/+33
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | UI: split up strings relating to content removal
| * | | | | | | | UI: split up strings relating to content removalGravatar Kyle Kienapfel2022-11-042-20/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Requested by Italian translator (Fs00 in Discord) "Remove Installed Game %1?" "Error Removing %1" I didn't press for translated strings, so have a taste direct from deepl Rimuovere il contenuto del gioco installato? Rimuovere l'aggiornamento del gioco installato? Rimuovere il DLC del gioco installato?
* | | | | | | | | Merge pull request #9217 from HidroSaphire/patch-1Gravatar Mai2022-11-111-0/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add break statement in default cases
| * | | | | | | | | Add break statement in default casesGravatar Enrico Mancuso2022-11-091-0/+1
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to the contributing page (https://github.com/yuzu-emu/yuzu/wiki/Contributing) the default cases should have a break statement default: // Yes, even break for the last case break;
* | | | | | | | | Merge pull request #9192 from german77/i_had_to_copy_each_one_againGravatar bunnei2022-11-101-217/+120
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | yuzu: Change QtKeyToSwitchKey switch case to array
| * | | | | | | | yuzu: Change QtKeyToSwitchKey switch case to arrayGravatar german772022-11-061-217/+120
| | | | | | | | |
* | | | | | | | | kernel/svc_types: refreshGravatar Liam2022-11-0919-137/+563
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Merge pull request #9182 from liamwhite/services-are-processesGravatar bunnei2022-11-095-25/+56
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | kernel: assign KProcess to service threads
| * | | | | | | service_thread: register service threads to the logical owner processGravatar Liam2022-11-045-20/+39
| | | | | | | |
| * | | | | | | kernel: avoid racy behavior in global suspensionGravatar Liam2022-11-041-5/+17
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #9215 from liamwhite/swordfightGravatar Fernando S2022-11-092-3/+9
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | Ensure correctness of atomic store ordering
| * | | | | | Ensure correctness of atomic store orderingGravatar Liam2022-11-092-3/+9
| | |_|_|_|/ | |/| | | |
* / | | | | service_thread: fix deletionGravatar Liam2022-11-064-39/+33
|/ / / / /