summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* yuzu: Add 16:10 aspect ratioGravatar Narr the Reg2022-10-103-0/+8
* Merge pull request #8915 from vonchenplus/opus_multi_streamGravatar bunnei2022-09-172-1/+38
|\
| * core: implement HwOpus GetWorkBufferSizeForMultiStreamExGravatar FengChen2022-09-172-1/+38
* | Merge pull request #8827 from german77/amiibo_releaseGravatar bunnei2022-09-1712-302/+1370
|\ \
| * | core: nfp: Remove magic numbersGravatar german772022-09-073-105/+103
| * | core: nfp: Workaround for lack of multiple nfp interfacesGravatar german772022-09-071-1/+3
| * | core: nfp: Correct date and amiibo nameGravatar Narr the Reg2022-09-074-18/+36
| * | core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixesGravatar Narr the Reg2022-09-0710-257/+356
| * | core: nfp: Implement amiibo encryptionGravatar german772022-09-077-276/+1227
* | | Merge pull request #8650 from Kelebek1/vsyncGravatar bunnei2022-09-174-33/+71
|\ \ \
| * | | core_timing: Sleep in discrete intervals, yield during spinGravatar Morph2022-08-021-12/+13
| * | | Add missing looping event schedule signalGravatar Kelebek12022-08-021-5/+9
| * | | Make coretiming waiting more accurateGravatar Kelebek12022-08-022-11/+31
| * | | Rework multi-core vsyncGravatar Kelebek12022-08-012-17/+30
* | | | Merge pull request #8914 from lioncash/audio-constGravatar bunnei2022-09-1625-82/+87
|\ \ \ \
| * | | | audio_renderer: Pass command buffer by const referenceGravatar Lioncash2022-09-164-4/+4
| * | | | sink_stream: Mark GetQueueSize as constGravatar Lioncash2022-09-161-1/+1
| * | | | node_states: Mark relevant member functions as constGravatar Lioncash2022-09-161-2/+2
| * | | | i3dl2/reverb: Mark relevant member functions as constGravatar Lioncash2022-09-162-4/+4
| * | | | behavior_info: Mark CopyErrorInfo as constGravatar Lioncash2022-09-164-6/+6
| * | | | audio_device: Mark GetDeviceVolume as constGravatar Lioncash2022-09-162-2/+2
| * | | | audio_render_manager: Mark several functions as constGravatar Lioncash2022-09-162-6/+6
| * | | | audio_in: Mark several functions as constGravatar Lioncash2022-09-164-18/+18
| * | | | audio_out: Mark several functions as constGravatar Lioncash2022-09-164-16/+17
| * | | | audio_buffers: Pass by const-ref in AppendBuffersGravatar Lioncash2022-09-163-13/+17
| * | | | device_session: Convert for loop into ranged for in AppendBuffersGravatar Lioncash2022-09-161-5/+5
| * | | | device_session: Pass arguments by const-ref in relevant functionsGravatar Lioncash2022-09-163-7/+7
* | | | | Merge pull request #8906 from Docteh/fix_iconsGravatar bunnei2022-09-161-8/+13
|\ \ \ \ \
| * | | | | UI: move icons from default into colorful theme.Gravatar Kyle Kienapfel2022-09-151-8/+13
| |/ / / /
* | | | | Merge pull request #8869 from SachinVin/cmakeGravatar Morph2022-09-161-6/+0
|\ \ \ \ \
| * | | | | core/CMakeLists.txt: Remove duplicate files.Gravatar SachinVin2022-09-081-6/+0
* | | | | | Merge pull request #8649 from lat9nq/common-position-independentGravatar Morph2022-09-161-3/+3
|\ \ \ \ \ \
| * | | | | | common: Use PROJECT_SOURCE_DIR to find CMakeModulesGravatar lat9nq2022-08-011-3/+3
* | | | | | | Merge pull request #8682 from lat9nq/dumpyGravatar Morph2022-09-1618-91/+386
|\ \ \ \ \ \ \
| * | | | | | | mini_dump: Address review feedbackGravatar lat9nq2022-09-044-63/+71
| * | | | | | | vcpkg,cmake: Use vcpkg for dbghelpGravatar lat9nq2022-09-041-1/+1
| * | | | | | | mini_dump: Check for debugger before spawning a childGravatar lat9nq2022-09-042-63/+37
| * | | | | | | mini_dump: Cleanup and add commentsGravatar lat9nq2022-09-043-43/+87
| * | | | | | | yuzu: Use a debugger to generate minidumpsGravatar lat9nq2022-09-0418-91/+360
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #8911 from lioncash/cexpr-stringGravatar Morph2022-09-166-27/+40
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | audio_device: Mark member functions as const where applicableGravatar Lioncash2022-09-153-10/+10
| * | | | | | audio_device: Make AudioDeviceName constructor constexprGravatar Lioncash2022-09-155-17/+30
* | | | | | | Merge pull request #8878 from Kelebek1/remove_pauseGravatar bunnei2022-09-1515-144/+29
|\ \ \ \ \ \ \
| * | | | | | | Remove pause callbacks from coretimingGravatar Kelebek12022-09-1315-144/+29
* | | | | | | | Merge pull request #8901 from lioncash/docsGravatar liamwhite2022-09-1528-112/+105
|\ \ \ \ \ \ \ \
| * | | | | | | | audio_core: Amend documentation tagsGravatar Lioncash2022-09-1528-112/+105
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #8909 from Docteh/taslinkyGravatar Narr the Reg2022-09-151-0/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | UI: Fix link to TAS help pageGravatar Kyle Kienapfel2022-09-151-0/+3
* | | | | | | | | Merge pull request #8904 from liushuyu/fix-xbyak-linkageGravatar Mai2022-09-151-1/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | common: do not link to xbyak on non-amd64 architecturesGravatar liushuyu2022-09-131-1/+2
| |/ / / / / / /