summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-18externals: Revert SDL2 to release-2.0.20lat9nq
prerelease-2.23.1 appears to have issues on the SteamDeck with external controllers. Revert to 2.0.20 for now (and as opposed to using prerelease-2.0.19 like before.)
2022-07-18Merge pull request #8581 from devsnek/send-resumebunnei
implement resume message
2022-07-17implement resume messageGus Caplan
2022-07-17Merge pull request #8569 from merryhime/watchpointsmerry
dynarmic: Abort watchpoints ASAP
2022-07-17Merge pull request #8508 from yuzu-emu/mc-speed-limitbunnei
hle: service: nvflinger: Factor speed limit into frame time calculation.
2022-07-17Merge pull request #8544 from german77/14dot0bunnei
service: Update some services to 14.0.0+
2022-07-17Merge pull request #8525 from lat9nq/update-sdlbunnei
externals/SDL: Update to prerelease-2.23.1
2022-07-16Merge pull request #8543 from BreadFish64/use_tsc_from_capsbunnei
common/x64: Use TSC clock rate from CPUID when available
2022-07-16hle: service: nvflinger: Fix implicit conversion.bunnei
2022-07-16yuzu: settings: Remove framerate cap and merge unlocked framerate setting.bunnei
- These were all somewhat redundant.
2022-07-16hle: service: nvflinger: Factor speed limit into frame time calculation.bunnei
- This allows the %-based "Limit Speed Percent" setting to work with MC emulation. - This is already supported for SC emulation.
2022-07-16Merge pull request #8593 from merryhime/ranged-setting-Tbunnei
common/setting: Make ranged a property of the type
2022-07-16Merge pull request #8594 from liamwhite/skip-wpbunnei
core/arm: skip watchpoint checks when reading instructions
2022-07-16Merge pull request #8511 from german77/hbmenubunnei
service: ptm: Add TS, nifm: Stub GetInternetConnectionStatus
2022-07-15Merge pull request #8560 from liamwhite/bitfield-may-aliasbunnei
common: fix bitfield aliasing on GCC/Clang
2022-07-15core/arm: skip watchpoint checks when reading instructionsLiam
2022-07-15common/setting: Make ranged a property of the typemerry
- Avoids new GCC 12 warnings when Type is of form std::optional<T> - Makes more sense this way, because ranged is not a property which would change over time
2022-07-15Merge pull request #8587 from merryhime/padding-unusedMorph
common_funcs: Mark padding as [[maybe_unused]]
2022-07-15Merge pull request #8588 from merryhime/IBinder-vdestructMorph
nvflinger: Polymorphic destructor requried for abstract class IBinder
2022-07-15Merge pull request #8586 from merryhime/KCodeMemory-overrideMorph
KCodeMemory: Mark virtual methods as override
2022-07-15KCodeMemory: Mark virtual methods as overrideMerry
2022-07-15common_funcs: Mark padding as [[maybe_unused]]Merry
2022-07-15nvflinger: Polymorphic destructor requried for abstract class IBinderMerry
2022-07-15dynarmic: Abort watchpoints ASAPMerry
2022-07-14Merge pull request #8540 from lat9nq/copy-nv-ffmpegliamwhite
ci/windows: Copy what of FFmpeg not already present
2022-07-14Merge pull request #8539 from Morph1984/gha-update-actionsliamwhite
ci: Update various actions from v2 to v3
2022-07-14Merge pull request #8571 from merryhime/update-dynarmicliamwhite
externals: Update dynarmic to 6.1.1
2022-07-14Merge pull request #8536 from Morph1984/fix-webapplet-inputliamwhite
qt_web_browser: Fix button inputs with QtWebEngine
2022-07-14Merge pull request #8510 from german77/vibrationliamwhite
input_common: sdl: lower vibration frequency and use it's own unique thread
2022-07-14service: fatal: Add function tablegerman77
2022-07-14service: btdrv,bcat,btm: Update service tables to 14.0.0german77
2022-07-14service am: Update service tables to 14.0.0german77
2022-07-14service: ac: Replace intances of ProfileData with UserDatagerman77
2022-07-12externals: Update dynarmic to 6.1.1Merry
Fixes for fast dispatcher
2022-07-11Merge pull request #8559 from liamwhite/waiter-listbunnei
kernel: fix usage of waiter_list in Finalize
2022-07-10Merge pull request #8528 from Morph1984/astc10x6Fernando S
renderer_(gl/vk): Implement ASTC_10x6_UNORM
2022-07-10Merge pull request #8561 from Kelebek1/Audio-CoreTimingFernando S
Rework CoreTiming events
2022-07-10PRKelebek1
2022-07-10Rework CoreTimingKelebek1
2022-07-10Merge pull request #8531 from FernandoS27/core-timing-fix-regliamwhite
Core timing: use only one thread.
2022-07-09common: fix bitfield aliasing on GCC/ClangLiam
2022-07-09kernel: fix usage of waiter_list in FinalizeLiam
2022-07-07Merge pull request #8501 from liamwhite/backtrace-againMai
core/arm: better support for backtrace generation
2022-07-07Merge pull request #8502 from liamwhite/end-waitliamwhite
kernel: clean up waiting implementation
2022-07-07Merge pull request #8492 from german77/no_more_errorsFernando S
service: hid: Correct some mistakes and add more validations
2022-07-07Merge pull request #8522 from lat9nq/consolidate-settingsMorph
settings: Consolidate RangedSetting's with regular ones
2022-07-06guard against div-by-zeroMarshall Mohror
2022-07-06common/x64: Use TSC clock rate from CPUID when availableMarshall Mohror
The current method used to estimate the TSC is fairly accurate - within a few kHz - but the exact value can be extracted from CPUID if available.
2022-07-05ci/windows: Copy what of FFmpeg not already presentlat9nq
Prevents overwriting libwinpthreads.dll when one should already be present from the first DLL search.
2022-07-05ci: Update various actions from v2 to v3Morph