| Age | Commit message (Collapse) | Author |
|
acc: Stub StoreSaveDataThumbnail
|
|
HID: Add multitouch support
|
|
Fixes ACA NEOGEO METAL SLUG hanging on boot.
|
|
|
|
core: Silence Wclass-memaccess warnings and enforce it
|
|
These aren't stateful functions, so we can make use of const.
While we're at, we can resolve some -Wdocumentation warnings.
|
|
This allows to check for continuous input for the duration of a button press/hold
|
|
common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINIT
|
|
Treat -Wclass-memaccess as an error.
|
|
This requires making several types trivial and properly initialize
them whenever they are called.
|
|
INSERT_PADDING_BYTES_NOINIT is more descriptive of the underlying behavior.
|
|
|
|
|
|
|
|
not longer necesary
|
|
|
|
Makes for less code that we need to maintain.
|
|
|
|
- This is decoupled from core functionality and used for debugging only.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ThreadState.
- This is how the real kernel works, and is more accurate and simpler.
|
|
|
|
|
|
|
|
|
|
|
|
apm: Stub IsCpuOverclockEnabled
|
|
|
|
|
|
|
|
|
|
laying the groundwork for async gpu, although this does not fully implement async nvdec operations
|
|
|
|
|
|
fixes a data race as this is an unprotected variable manipulated by multiple threads
|
|
During the transition to make the error dialog translatable, I
accidentally got rid of the conversion to ResultStatus, which prevented
operator<< from being invoked during formatting.
This adds a function to directly retrieve the result status string
instead so that it displays again.
|
|
dynarmic: Add Unsafe_InaccurateNaN optimization
|
|
- This behavior is a mistake, fixes Katana Zero.
|
|
|
|
|
|
|