bunnei
0a1449e04b
kernel: Fix build errors.
5 years ago
bunnei
89a5ae92bd
core: cpu_manager: Remove unused variable.
5 years ago
bunnei
ca78f77827
hle: kernel: KScheduler: Introduce thread context_guard.
5 years ago
bunnei
cdd14b03e5
hle: kernel: Recode implementation of KThread to be more accurate.
5 years ago
bunnei
1470338458
kernel: svc_types: Add ThreadActivity.
5 years ago
bunnei
1772ebeb1e
kernel: KSchedulerPriorityQueue: Lowest priority should be LowestThreadPriority.
5 years ago
bunnei
1f99f5473c
kernel: k_light_lock: Simplify EmuThreadHandle implementation.
5 years ago
bunnei
c0f5830323
hle: kernel: TimeManager: Simplify to not rely on previous EmuThreadHandle implementation.
5 years ago
bunnei
ff186b2498
core: hle: kernel: object: Implement Finalize() virtual method.
5 years ago
bunnei
33b4930280
core: hle: kernel: svc_results: Populate with several missing error codes.
5 years ago
bunnei
5a4fc4a529
core: hle: kernel: Implement KLightLock.
5 years ago
bunnei
97129bc742
core: hle: kernel: Implement KThreadQueue.
5 years ago
bunnei
4dbf3f4880
hle: kernel: KThread: Clean up thread priorities.
5 years ago
bunnei
1e55498110
hle: kernel: KThread: Reorganize thread priority defaults.
5 years ago
bunnei
0530292b97
hle: kernel: KThread: Fix ThreadType definition.
5 years ago
bunnei
4782985013
hle: kernel: Move single core "phantom mode" out of KThread.
- This is a workaround that does not belong in a kernel primitive.
5 years ago
bunnei
eea346ba8e
hle: kernel: KThread: Remove thread types that do not exist.
5 years ago
bunnei
9a4e148f9e
arm: arm_dynarmic: Skip calls when JIT is invalid.
- This can happen if called from an idle or suspension thread.
5 years ago
bunnei
c0d3aef28c
core: hle: kernel: Rename Thread to KThread.
5 years ago
german
8ba0cac71c
Fix user changing to 0 if valid
5 years ago
Morph
4921ba05db
hid: Add static_assert for Parameter size
5 years ago
Morph
ae6b3bdfbf
prepo: Fix BufferDescriptorX invalid buffer errors and add "New" variants of SaveReport
The second input buffer could be optional when prepo/srepo is called, test for the availability of the second buffer prior to reading from it.
5 years ago
Morph
008afa5d59
hle_ipc: Add Can(Read, Write)Buffer
Allows us to test whether a buffer can be read from or written to memory
5 years ago
german
659b5f8088
Stub GetSockOpt
5 years ago
Morph
d4d39aa4c7
npad: Remove unused device handle parameter
5 years ago
Chloe Marcec
2c57f0fbd5
Omit system reference
5 years ago
Chloe Marcec
04e9486651
psm: IPsmSession
Used by homebrew menu
5 years ago
german
a8245cf2f1
Stub Set/Get/Reset SixaxisSensorFusionParameters
5 years ago
Chloe Marcec
2afc1060ef
Print Process ID and Thread ID as hex
5 years ago
Chloe Marcec
5882cc0502
hle: Implement remaining services for Stereo Vision
Used by Zelda Breath of the Wild, Super Mario Odyssey and Nintendo Labo
5 years ago
Chloe Marcec
b2b95e96c1
audout: FlushAudioOutBuffers
Fixes Devil May Cry
5 years ago
comex
e9bb95ae16
vfs_real: When moving files or directories, don't assume file opening will succeed
Found this via a warning, but it's a substantive fix.
Since this is only for a cache, it should be safe to silently drop the
entry if opening fails. I think.
5 years ago
Chloe Marcec
822edff5bd
Simplify condition
5 years ago
Chloe Marcec
3b0458a7a5
nvdrv: Unregister already registered events
5 years ago
Chloe Marcec
df42100320
Clamp string reads to buffer size
5 years ago
bunnei
f83ef80ebd
hle: service: am: Stub ILibraryAppletAccessor::PresetLibraryAppletGpuTimeSliceZero.
- Used by Monster Hunter Rise demo.
5 years ago
Chloe Marcec
c795207fb2
lbl: Implement most of lbl
Pretty basic service, only thing left to do is handle setting applying once set:sys is implemented
5 years ago
Chloe Marcec
5b8bc56e65
mii: Fix BuildRandomStoreData & Cleanup raw_data
Cleaned up mii raw data to reflect the underlying values instead of just a chunk of bytes.
Fixed BuildRandomStoreData not actually generating random miis properly. "values" should be a u32, not a u8.
5 years ago
Chloe Marcec
dc18a1261c
Mark DestinationToString as static
5 years ago
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
Lioncash
ca9afa3293
input_interpreter: Mark two member functions as const
These aren't stateful functions, so we can make use of const.
While we're at, we can resolve some -Wdocumentation warnings.
5 years ago
Morph
3c8f936b31
input_interpreter: Add method to check for a button press state
This allows to check for continuous input for the duration of a button press/hold
5 years ago
ReinUsesLisp
5f517e3e16
core/cmake: Enforce Wclass-memaccess
Treat -Wclass-memaccess as an error.
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