summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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 #8916 from Docteh/muilti_buildGravatar bunnei2022-09-161-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | GIT: Modify .gitignore to ignore wildcard for build directoriesGravatar Kyle K2022-09-161-1/+1
* | | | | | | | | | Merge pull request #8906 from Docteh/fix_iconsGravatar bunnei2022-09-1615-32/+32
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | UI: move icons from default into colorful theme.Gravatar Kyle Kienapfel2022-09-1515-32/+32
| |/ / / / / / / /
* | | | | | | | | 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-1624-95/+407
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ci/windows: Upload debugging symbolsGravatar lat9nq2022-09-041-2/+2
| * | | | | | | | | | | mini_dump: Address review feedbackGravatar lat9nq2022-09-044-63/+71
| * | | | | | | | | | | ci,workflows: Enable crash dumps on MSVC buildsGravatar lat9nq2022-09-043-2/+3
| * | | | | | | | | | | vcpkg,cmake: Use vcpkg for dbghelpGravatar lat9nq2022-09-043-1/+17
| * | | | | | | | | | | 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 #6667 from lat9nq/ea-appimageGravatar Morph2022-09-162-8/+42
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | patreon step2: Use jobs to build for Windows and LinuxGravatar lat9nq2022-07-311-11/+5
| * | | | | | | | | | | ci/linux: EA AppImage adjustmentsGravatar lat9nq2022-07-311-1/+8
| * | | | | | | | | | | patreon step2: Enable Linux buildGravatar lat9nq2022-07-311-4/+31
| * | | | | | | | | | | ci,linux: Support Patreon releasesGravatar lat9nq2022-07-311-5/+11
* | | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \