summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4978 from bunnei/shutdown-crashGravatar bunnei2020-11-251-7/+17
|\
| * core: cpu_manager: Fix shutdown crash when closing before emulation starts.Gravatar bunnei2020-11-241-7/+17
* | Merge pull request #4905 from german77/AnalogFromButtonGravatar bunnei2020-11-241-19/+103
|\ \
| * | fix minor clang errorGravatar german2020-11-101-1/+1
| * | Allow to dial any angle with digital joystickGravatar german2020-11-081-19/+103
* | | frontend: yuzu (qt): Register a callback for ExecuteProgram.Gravatar bunnei2020-11-244-7/+38
* | | service: am: Implement ExecuteProgram and required stubs.Gravatar bunnei2020-11-242-3/+34
* | | core: loader: Implement support for loading indexed programs.Gravatar bunnei2020-11-2412-26/+74
| |/ |/|
* | hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)Gravatar bunnei2020-11-2417-100/+104
* | Merge pull request #3681 from lioncash/componentGravatar Rodrigo Locatti2020-11-241-2/+2
|\ \
| * | decode/image: Fix typo in assert in GetComponentSize()Gravatar Lioncash2020-04-151-3/+3
| * | decoder/image: Fix incorrect G24R8 component sizes in GetComponentSize()Gravatar Lioncash2020-04-151-2/+2
* | | Merge pull request #4942 from lioncash/systemGravatar Rodrigo Locatti2020-11-244-100/+85
|\ \ \
| * | | core: Remove unused private Init function for the System classGravatar Lioncash2020-11-182-16/+4
| * | | core: Make use of [[nodiscard]] with the System classGravatar Lioncash2020-11-184-85/+82
* | | | Merge pull request #4972 from lioncash/unused4Gravatar Rodrigo Locatti2020-11-241-1/+1
|\ \ \ \
| * | | | svc: Remove unnecessary [[maybe_unused]] tagGravatar Lioncash2020-11-231-1/+1
* | | | | input_common: Fix typo in gc_poller.cpp with [[maybe_unused]].Gravatar bunnei2020-11-231-2/+2
* | | | | input_common: Add more missing [[maybe_unused]] from #4927.Gravatar bunnei2020-11-233-4/+6
* | | | | Fix warnings in core/frontend/input.h with [[maybe_unused]]Gravatar bunnei2020-11-231-1/+3
* | | | | Merge pull request #4927 from lioncash/input-errorGravatar bunnei2020-11-238-10/+23
|\ \ \ \ \
| * | | | | input_common: Treat warnings as errorsGravatar Lioncash2020-11-228-10/+23
* | | | | | Merge pull request #4451 from slashiee/extended-loggingGravatar bunnei2020-11-235-11/+54
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | logging/settings: Increase maximum log size to 100 MB and add extended loggin...Gravatar M&M2020-08-245-11/+54
* | | | | | Merge pull request #4944 from lioncash/system-remGravatar bunnei2020-11-2126-157/+259
|\ \ \ \ \ \
| * | | | | | patch_manager: Remove usages of the global system instanceGravatar Lioncash2020-11-1826-157/+259
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #4954 from lioncash/compareGravatar Morph2020-11-221-1/+1
|\ \ \ \ \ \
| * | | | | | gl_rasterizer: Make floating-point literal a floatGravatar Lioncash2020-11-201-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #4955 from lioncash/move3Gravatar bunnei2020-11-211-19/+13
|\ \ \ \ \ \
| * | | | | | async_shaders: emplace threads into the worker thread vectorGravatar Lioncash2020-11-201-2/+2
| * | | | | | async_shaders: Simplify implementation of GetCompletedWork()Gravatar Lioncash2020-11-201-2/+1
| * | | | | | async_shaders: Simplify moving data into the pending queueGravatar Lioncash2020-11-201-13/+8
| * | | | | | async_shaders: std::move data within QueueVulkanShader()Gravatar Lioncash2020-11-201-2/+2
| |/ / / / /
* | | | | | Merge pull request #4907 from ogniK5377/nvdrv-cleanupGravatar bunnei2020-11-2026-898/+1220
|\ \ \ \ \ \
| * | | | | | Addressed issuesGravatar Chloe Marcec2020-11-1010-17/+86
| * | | | | | core: Make nvservices more standardizedGravatar Chloe Marcec2020-11-1026-903/+1156
* | | | | | | Merge pull request #4957 from ReinUsesLisp/alpha-test-rtGravatar LC2020-11-201-4/+0
|\ \ \ \ \ \ \
| * | | | | | | gl_rasterizer: Remove warning of untested alpha testGravatar ReinUsesLisp2020-11-201-4/+0
* | | | | | | | Merge pull request #4953 from lioncash/shader-shadowGravatar bunnei2020-11-201-88/+96
|\ \ \ \ \ \ \ \
| * | | | | | | | shader_bytecode: Make use of [[nodiscard]] where applicableGravatar Lioncash2020-11-201-73/+79
| * | | | | | | | shader_bytecode: Eliminate variable shadowingGravatar Lioncash2020-11-201-15/+17
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #4951 from bunnei/olsc-stubGravatar bunnei2020-11-206-0/+91
|\ \ \ \ \ \ \ \
| * | | | | | | | olsc: Move member initialization to after member functions.Gravatar bunnei2020-11-201-2/+2
| * | | | | | | | hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functi...Gravatar bunnei2020-11-196-0/+91
| |/ / / / / / /
* | | | | | | | Merge pull request #4941 from lioncash/configGravatar Morph2020-11-201-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | configure_input_player: Use static qualifier for IsProfileNameValid()Gravatar Lioncash2020-11-171-1/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #4950 from german77/RumbleStrenghtGravatar LC2020-11-202-4/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Modify rumble amplificationGravatar german772020-11-192-4/+3
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #4952 from ReinUsesLisp/bit-castGravatar LC2020-11-202-0/+23
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | common/bit_cast: Add function matching std::bit_cast without constexprGravatar ReinUsesLisp2020-11-202-0/+23