Chloe Marcec
dca2e2c8f1
Mark LogPacketHeaderEntry hash as noexcept
5 years ago
Chloe Marcec
83f8c1a25e
lm: Recode LM service
Rework the service to spit out to logs instead of a seperate file as well as fix any crashes caused by lm.
5 years ago
Chloe Marcec
2d33b2c55a
acc: Stub StoreSaveDataThumbnail
Fixes ACA NEOGEO METAL SLUG hanging on boot.
5 years ago
Morph
4a67a5b917
npad: Add check for HANDHELD_INDEX in UpdateControllerAt()
5 years ago
ReinUsesLisp
f8650a9580
core: Silence Wclass-memaccess warnings
This requires making several types trivial and properly initialize
them whenever they are called.
5 years ago
ReinUsesLisp
3ff978aa4f
common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINIT
INSERT_PADDING_BYTES_NOINIT is more descriptive of the underlying behavior.
5 years ago
german
b483f2d010
Always initialize keyboard input
5 years ago
german
8495e1bd83
Add mutitouch support for touch screens
5 years ago
german
d8df9a16bd
Allow to return up to 16 touch inputs per engine
5 years ago
german
390ee10eef
Allow all touch inputs at the same time and remove config options that are not longer necesary
5 years ago
german
d583e01f54
Add multitouch support
5 years ago
bunnei
82f6037ec2
core: hle: Add missing calls to MicroProfileOnThreadExit.
5 years ago
bunnei
35c3c078e3
core: hle: kernel: Update KSynchronizationObject.
5 years ago
bunnei
8fc6e92ef1
hle: service: nfp: Remove incorrect signaling behavior in GetDeviceState.
5 years ago
ReinUsesLisp
b4451c5e81
core: Silence unhandled enum in switch warnings
5 years ago
german
385a4555d5
Stub IsCpuOverclockEnabled
5 years ago
ameerj
06cef3355e
fix for nvdec disabled, cleanup host1x
5 years ago
ameerj
2c27127d04
nvdec syncpt incorporation
laying the groundwork for async gpu, although this does not fully implement async nvdec operations
5 years ago
ReinUsesLisp
4f13e270c8
core: Silence warnings when compiling without asserts
5 years ago
ameerj
6b354ccaee
buffer_queue: Protect queue_sequence list access with a mutex
fixes a data race as this is an unprotected variable manipulated by multiple threads
5 years ago
bunnei
beaa25d777
hle: service: nvflinger: buffer_queue: Do not reset id/layer_id on Connect.
- This behavior is a mistake, fixes Katana Zero.
5 years ago
Morph
a745d87971
general: Fix various spelling errors
5 years ago
ReinUsesLisp
157fc2d785
service/pcie: Fix invalid initialization argument
5 years ago
bunnei
7d77a3f88f
hle: service: Acquire and release a lock on requests.
- This makes it such that we can safely access service members from CoreTiming thread.
5 years ago
bunnei
994a9fec4e
hle: service: vi: Refactor to grab buffer only once.
5 years ago
bunnei
6433b1dfd6
service: nvflinger: Improve synchronization for BufferQueue.
- Use proper mechanisms for blocking on DequeueBuffer.
- Ensure service thread terminates on emulation Shutdown.
5 years ago
bunnei
bea51d948d
hle: service: Ensure system is powered on before writing IPC result.
5 years ago
bunnei
87d6588cb5
hle: service: bsd: Update to work with service threads, removing SleepClientThread.
5 years ago
bunnei
0c81b83ca9
hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread.
- Note, this always processes the ioctl right away, which fixes BotW 1.0.0 issues.
5 years ago
bunnei
19a8f03ad5
hle: service: nvflinger: Refactor locking and interfaces.
5 years ago
bunnei
b377da042b
hle: service: vi: Remove usage of SleepClientThread.
5 years ago
Morph
82fa9f8d56
applets/web: Implement the online web browser applet
5 years ago
Morph
8b95bf041d
main, applets/web: Re-add progress dialog for RomFS extraction
5 years ago
Morph
d46ca5a015
pl_u, applets/web: Decrypt shared fonts to TTF files
5 years ago
Morph
46183294b2
ns_vm: Stub NeedsUpdateVulnerability
This is used to force system updates on launching the web browser. We do not care about system updates so this can be set to false.
5 years ago
Morph
54ea3c47c8
controllers/npad: Make press_state atomic
5 years ago
Morph
d6d1a8e02c
applets/web: Implement the default web browser applet frontend
5 years ago
Morph
89df483567
applets/web: Implement the offline browser applet backend
5 years ago
Morph
a5750f437d
applets/web: Initial implementation of the web browser applet
5 years ago
Morph
ccb439efb0
applets: Remove the previous web browser applet implementation
5 years ago
ameerj
873ad1272e
buffer_queue: better use of std::array
5 years ago
ameerj
8cb683f3b9
Overwrite slots instead of queuing them, add disconnect signal
Fix for Katana Zero and Yoshi's Crafted World
5 years ago
Morph
1c773c0869
controllers/npad: Validate device handles before use
Some games such as NEKOPARA Vol. 3 send invalid device handles when calling InitializeVibrationDevice. Introduce a check to validate the device handle before use.
5 years ago
Morph
deff708cbe
IPurchaseEventManager: Implement GetPurchasedEventReadableHandle
- Used by Pokémon Café Mix
- Used by DOOM: Eternal
5 years ago
Morph
a9cfe06aaf
IPurchaseEventManager: Stub Set(Default)DeliveryTarget
- Used by Pokémon Café Mix
- Used by DOOM: Eternal
5 years ago
Morph
009bdb3558
aoc_u: Stub Create(Permanent)EcPurchasedEventManager
- Used by Pokémon Café Mix
- Used by DOOM: Eternal
5 years ago
Morph
e15039372e
fsp_srv: Implement OpenDataStorageWithProgramIndex
- Used by RollerCoaster Tycoon 3: Complete Edition
5 years ago
Morph
0eb6c6cd83
file_sys: Consolidate common Title ID operations
5 years ago
Lioncash
6b7320add4
core: Remove unnecessary enum casts in log calls
Follows the video core PR. fmt doesn't require casts for enum classes
anymore, so we can remove quite a few casts.
5 years ago
Lioncash
215cfbb757
controller: Use std::move within ConvertToFrontendParameters()
Avoids unnecessary copies.
5 years ago