summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | reporter: Add log output for packaged lm log dataGravatar Zach Hilman2019-09-222-0/+69
* | | | | | | | Merge pull request #2959 from ReinUsesLisp/cbuf-hsetp2Gravatar Fernando Sahmkow2019-10-081-1/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | shader/half_set_predicate: Fix HSETP2 for constant buffersGravatar ReinUsesLisp2019-10-071-0/+2
| * | | | | | | | shader/half_set_predicate: Reduce DEBUG_ASSERT to LOG_DEBUGGravatar ReinUsesLisp2019-10-071-1/+2
* | | | | | | | | hid: Implement DeactivateNpadGravatar Morph2019-10-072-1/+13
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge pull request #2951 from lioncash/globalGravatar Zach Hilman2019-10-0618-65/+87
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | core/core: Remove unused headerGravatar Lioncash2019-10-061-1/+0
| * | | | | | | core: Remove Core::CurrentProcess()Gravatar Lioncash2019-10-065-13/+11
| * | | | | | | hle/service: Replace global system instance calls with instance-based onesGravatar Lioncash2019-10-0614-51/+76
* | | | | | | | Merge pull request #2952 from lioncash/warningGravatar Rodrigo Locatti2019-10-064-12/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | bcat/module: Silence truncation warningsGravatar Lioncash2019-10-061-3/+3
| * | | | | | | | bcat: Take std::function instance by value in NullBackend's constructorGravatar Lioncash2019-10-062-2/+2
| * | | | | | | | bcat: In-class initialize ProgressServiceBackend's impl memberGravatar Lioncash2019-10-062-2/+2
| * | | | | | | | bcat: Make ProgressServiceBackend's constructor take a std::string_viewGravatar Lioncash2019-10-062-3/+7
| * | | | | | | | bcat: Make ProgressServiceBackend's GetEvent() constGravatar Lioncash2019-10-062-2/+2
| * | | | | | | | boxcat: Silence an unused variable warningGravatar Lioncash2019-10-061-1/+2
| |/ / / / / / /
* | | | | | | | Merge pull request #2955 from lioncash/allocatorGravatar Rodrigo Locatti2019-10-061-0/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | alignment: Resolve allocator construction issues on debugGravatar Lioncash2019-10-061-0/+5
| * | | | | | | | alignment: Specify trait definitions within the allocatorGravatar Lioncash2019-10-061-0/+5
| |/ / / / / / /
* | | | | | | | Merge pull request #2954 from ReinUsesLisp/fix-invalidationGravatar Fernando Sahmkow2019-10-062-16/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | gl_shader_disk_cache: Properly ignore existing cacheGravatar ReinUsesLisp2019-10-062-16/+17
| |/ / / / / / /
* / / / / / / / qt: Fix game name format errorGravatar Zach Hilman2019-10-061-2/+2
|/ / / / / / /
* | | | | | | Merge pull request #2942 from ReinUsesLisp/clang-warningsGravatar bunnei2019-10-0536-58/+68
|\ \ \ \ \ \ \
| * | | | | | | audio/audout_u: Change formatting for old clang-format versionsGravatar ReinUsesLisp2019-10-041-1/+1
| * | | | | | | yuzu/game_list_worker: Silence warningsGravatar ReinUsesLisp2019-10-042-8/+9
| * | | | | | | yuzu/game_list: Silence -Wswitch and -Wunused-variableGravatar ReinUsesLisp2019-10-042-5/+12
| * | | | | | | yuzu/configure_service: Silence -WswitchGravatar ReinUsesLisp2019-10-041-0/+2
| * | | | | | | yuzu_tester: Remove unused variableGravatar ReinUsesLisp2019-10-041-1/+0
| * | | | | | | service/nvdrv: Silence -WswitchGravatar ReinUsesLisp2019-10-044-4/+10
| * | | | | | | service/nfp: Silence -Wunused and -WswitchGravatar ReinUsesLisp2019-10-041-4/+5
| * | | | | | | service/hid: Silence -Wunused and -WswitchGravatar ReinUsesLisp2019-10-0415-23/+18
| * | | | | | | service/am: Silence -WreorderGravatar ReinUsesLisp2019-10-041-2/+1
| * | | | | | | service/hid: Remove unused system referenceGravatar ReinUsesLisp2019-10-042-2/+1
| * | | | | | | service/friend: Remove unused fieldGravatar ReinUsesLisp2019-10-041-1/+0
| * | | | | | | service/filesystem: Silence -Wunused-variableGravatar ReinUsesLisp2019-10-041-1/+1
| * | | | | | | service/bcat: Silence -Wreorder and -WunusedGravatar ReinUsesLisp2019-10-042-2/+2
| * | | | | | | service/audio: Silence -WunusedGravatar ReinUsesLisp2019-10-041-1/+1
| * | | | | | | service/apm: Silence -Wunused and -WreorderGravatar ReinUsesLisp2019-10-042-4/+5
| * | | | | | | common/file_util: Silence -WswitchGravatar ReinUsesLisp2019-10-041-1/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #2943 from DarkLordZach/azure-titlebars-v2Gravatar bunnei2019-10-054-6/+36
|\ \ \ \ \ \ \
| * | | | | | | qt: Change titlebar formattingGravatar Zach Hilman2019-10-051-6/+15
| * | | | | | | common: Add additional SCM revision fieldsGravatar Zach Hilman2019-10-053-0/+21
* | | | | | | | video_core/control_flow: Eliminate variable shadowing warningsGravatar Lioncash2019-10-051-6/+6
* | | | | | | | video_core/control_flow: Eliminate pessimizing movesGravatar Lioncash2019-10-051-5/+8
* | | | | | | | video_core/ast: Unindent most of IsFullyDecompiled() by one levelGravatar Lioncash2019-10-051-12/+12
* | | | | | | | video_core/ast: Make ShowCurrentState() take a string_view instead of std::st...Gravatar Lioncash2019-10-052-2/+2
* | | | | | | | video_core/ast: Eliminate variable shadowing warningsGravatar Lioncash2019-10-051-3/+3
* | | | | | | | video_core/ast: Replace std::string with a constexpr std::string_viewGravatar Lioncash2019-10-051-3/+1
* | | | | | | | video_core/ast: Default the move constructor and assignment operatorGravatar Lioncash2019-10-052-26/+2
* | | | | | | | video_core/{ast, expr}: Organize forward declarationGravatar Lioncash2019-10-052-10/+10