bunnei
0b307a12f3
hle: kernel: k_scheduler: Use atomics for current_thread, etc.
5 years ago
bunnei
9b0a981710
hle: kernel: k_scheduler: Fix for single core mode.
5 years ago
bunnei
67d28075dd
kernel: Fix build errors.
5 years ago
bunnei
f6ea864471
core: cpu_manager: Remove unused variable.
5 years ago
bunnei
177b4da4e7
hle: kernel: KScheduler: Introduce thread context_guard.
5 years ago
bunnei
f34dd04d09
hle: kernel: Recode implementation of KThread to be more accurate.
5 years ago
bunnei
25cece3cea
kernel: svc_types: Add ThreadActivity.
5 years ago
bunnei
589ecb9a75
kernel: KSchedulerPriorityQueue: Lowest priority should be LowestThreadPriority.
5 years ago
bunnei
4440a59cb6
kernel: k_light_lock: Simplify EmuThreadHandle implementation.
5 years ago
bunnei
86206c81c2
hle: kernel: TimeManager: Simplify to not rely on previous EmuThreadHandle implementation.
5 years ago
bunnei
eb3a02a3fd
core: hle: kernel: object: Implement Finalize() virtual method.
5 years ago
bunnei
3cefddbb47
core: hle: kernel: svc_results: Populate with several missing error codes.
5 years ago
bunnei
ddfa48d704
core: hle: kernel: Implement KLightLock.
5 years ago
bunnei
54620961fb
core: hle: kernel: Implement KThreadQueue.
5 years ago
bunnei
4ba9d6f969
hle: kernel: KThread: Clean up thread priorities.
5 years ago
bunnei
0ae0bc4340
hle: kernel: KThread: Reorganize thread priority defaults.
5 years ago
bunnei
eb396cd021
hle: kernel: KThread: Fix ThreadType definition.
5 years ago
bunnei
d49e29d866
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
e74f682506
hle: kernel: KThread: Remove thread types that do not exist.
5 years ago
bunnei
db342cc6f0
arm: arm_dynarmic: Skip calls when JIT is invalid.
- This can happen if called from an idle or suspension thread.
5 years ago
bunnei
3d70b4a4ea
core: hle: kernel: Rename Thread to KThread.
5 years ago
german
f970b836e5
Fix user changing to 0 if valid
5 years ago
Morph
83f6fc1a5f
hid: Add static_assert for Parameter size
5 years ago
Morph
7e9385d035
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
afa0d5efb3
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
7cb9b24f6d
Stub GetSockOpt
5 years ago
Morph
d6cb14fbf3
npad: Remove unused device handle parameter
5 years ago
Chloe Marcec
df783fc0cd
Omit system reference
5 years ago
Chloe Marcec
5d4edf4d30
psm: IPsmSession
Used by homebrew menu
5 years ago
german
264bcb9e1d
Stub Set/Get/Reset SixaxisSensorFusionParameters
5 years ago
Chloe Marcec
3aa402b373
Print Process ID and Thread ID as hex
5 years ago
Chloe Marcec
dba86775cb
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
b467478dcf
audout: FlushAudioOutBuffers
Fixes Devil May Cry
5 years ago
comex
6ea2d44f1e
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
586c1cee87
Simplify condition
5 years ago
Chloe Marcec
8687476cd1
nvdrv: Unregister already registered events
5 years ago
Chloe Marcec
1a88d8b4e6
Clamp string reads to buffer size
5 years ago
bunnei
4daf48ffbf
hle: service: am: Stub ILibraryAppletAccessor::PresetLibraryAppletGpuTimeSliceZero.
- Used by Monster Hunter Rise demo.
5 years ago
Chloe Marcec
156e795758
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
3d4f05299e
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
4b0d52ae64
Mark DestinationToString as static
5 years ago
Chloe Marcec
c9f841adfd
Mark LogPacketHeaderEntry hash as noexcept
5 years ago
Chloe Marcec
5cbbf4f865
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
f78692a11f
acc: Stub StoreSaveDataThumbnail
Fixes ACA NEOGEO METAL SLUG hanging on boot.
5 years ago
Morph
1ec37a7c7a
npad: Add check for HANDHELD_INDEX in UpdateControllerAt()
5 years ago
Lioncash
6311c72b03
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
989694f182
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
1af09cf1b5
core/cmake: Enforce Wclass-memaccess
Treat -Wclass-memaccess as an error.
5 years ago
ReinUsesLisp
4854f3291e
core: Silence Wclass-memaccess warnings
This requires making several types trivial and properly initialize
them whenever they are called.
5 years ago
ReinUsesLisp
92ca4929f5
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