liamwhite
|
536626fdd6
|
Merge pull request #8731 from FearlessTobi/better-ldn
ldn: Add better stubs and more data types
|
2022-08-12 08:40:30 -04:00 |
|
german77
|
56115f7732
|
core: ldn: Address review comments part 2
|
2022-08-11 23:12:32 -05:00 |
|
Narr the Reg
|
301702e548
|
hid: core: Properly emulate controller color and battery level
|
2022-08-08 13:12:02 -05:00 |
|
Narr the Reg
|
8eb2c73381
|
core: ldn: Address review comments
|
2022-08-08 12:49:48 -05:00 |
|
FearlessTobi
|
12dc05032b
|
ldn: Add better stubs and more data types
Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com>
Co-Authored-By: Morph <39850852+Morph1984@users.noreply.github.com>
|
2022-08-07 23:54:51 +02:00 |
|
Nikita Strygin
|
1cf6f5c623
|
Properly write out the command buffer when serving close request
|
2022-07-31 23:17:45 +03:00 |
|
liamwhite
|
64fd9f41a7
|
Merge pull request #8636 from german77/irs_cluster_release
service: irs: Implement clustering processor
|
2022-07-27 15:54:28 -04:00 |
|
liamwhite
|
a761d020c6
|
Merge pull request #8633 from Morph1984/optional-keys
applet/swkbd: Implement optional symbol keys
|
2022-07-27 15:53:32 -04:00 |
|
FearlessTobi
|
705f7db84d
|
yuzu: Add ui files for multiplayer rooms
|
2022-07-25 21:59:28 +02:00 |
|
Narr the Reg
|
ceb70b2139
|
Address comments
|
2022-07-25 11:17:48 -05:00 |
|
german77
|
21b1e9c21a
|
fix compiler errors
|
2022-07-24 16:39:32 -05:00 |
|
german77
|
3ac4f3a252
|
service: irs: Implement clustering processor
|
2022-07-24 15:01:43 -05:00 |
|
Morph
|
bee823db3a
|
applet/swkbd: Implement optional symbol keys
These are only used in the numeric keyboard, and correspond to the keys to the left and right of the "0" key on the numeric keyboard.
|
2022-07-24 07:21:02 -04:00 |
|
Narr the Reg
|
403bdc4daf
|
yuzu: Add webcam support and rebase to latest master
|
2022-07-23 19:40:25 -05:00 |
|
german77
|
097785e19e
|
service: irs: Move to IRS namespace and minor fixes
|
2022-07-23 19:40:25 -05:00 |
|
german77
|
4539700595
|
service: irs: Split processors and implement ImageTransferProcessor
|
2022-07-23 19:40:25 -05:00 |
|
Kelebek1
|
458da8a948
|
Project Andio
|
2022-07-22 01:11:32 +01:00 |
|
bunnei
|
6e36f4d230
|
Merge pull request #8598 from Link4565/recv-dontwait
Enable the use of MSG_DONTWAIT flag on RecvImpl
|
2022-07-21 15:43:55 -07:00 |
|
Gus Caplan
|
742f67908c
|
implement resume message
|
2022-07-17 22:35:07 -07:00 |
|
bunnei
|
ba8ea95624
|
Merge pull request #8508 from yuzu-emu/mc-speed-limit
hle: service: nvflinger: Factor speed limit into frame time calculation.
|
2022-07-17 13:59:52 -07:00 |
|
bunnei
|
a5bdf824e6
|
Merge pull request #8544 from german77/14dot0
service: Update some services to 14.0.0+
|
2022-07-17 12:30:52 -07:00 |
|
bunnei
|
6d160873c4
|
hle: service: nvflinger: Fix implicit conversion.
|
2022-07-16 23:11:42 -07:00 |
|
bunnei
|
02282477e7
|
yuzu: settings: Remove framerate cap and merge unlocked framerate setting.
- These were all somewhat redundant.
|
2022-07-16 23:11:39 -07:00 |
|
bunnei
|
f8aaa59990
|
hle: service: nvflinger: Factor speed limit into frame time calculation.
- This allows the %-based "Limit Speed Percent" setting to work with MC emulation.
- This is already supported for SC emulation.
|
2022-07-16 23:10:45 -07:00 |
|
bunnei
|
87bb44830b
|
Merge pull request #8511 from german77/hbmenu
service: ptm: Add TS, nifm: Stub GetInternetConnectionStatus
|
2022-07-16 11:30:56 -07:00 |
|
Link4565
|
912cae21b0
|
Enable the use of MSG_DONTWAIT flag on RecvImpl
|
2022-07-16 18:30:28 +01:00 |
|
Merry
|
30b23fb7b8
|
nvflinger: Polymorphic destructor requried for abstract class IBinder
|
2022-07-15 10:28:54 +01:00 |
|
liamwhite
|
9627c550a0
|
Merge pull request #8510 from german77/vibration
input_common: sdl: lower vibration frequency and use it's own unique thread
|
2022-07-14 20:41:29 -04:00 |
|
german77
|
1584de951a
|
service: fatal: Add function table
|
2022-07-14 16:33:09 -05:00 |
|
german77
|
2535e9d1ec
|
service: btdrv,bcat,btm: Update service tables to 14.0.0
|
2022-07-14 16:33:09 -05:00 |
|
german77
|
8e0e2e95e6
|
service am: Update service tables to 14.0.0
|
2022-07-14 16:33:08 -05:00 |
|
german77
|
32b522b1fd
|
service: ac: Replace intances of ProfileData with UserData
|
2022-07-14 16:33:07 -05:00 |
|
Kelebek1
|
b23c6b456c
|
PR
|
2022-07-10 08:29:37 +01:00 |
|
Kelebek1
|
240650f6a6
|
Rework CoreTiming
|
2022-07-10 06:59:40 +01:00 |
|
german77
|
b38509b030
|
service: nifm: Stub GetInternetConnectionStatus
|
2022-06-28 19:22:46 -05:00 |
|
german77
|
c0264d2121
|
service: ptm: Rewrite PSM and add TS
|
2022-06-28 19:22:46 -05:00 |
|
german77
|
5e7e55b98a
|
input_common: sdl: lower vibration frequency and use it's own unique thread
|
2022-06-28 19:22:16 -05:00 |
|
Narr the Reg
|
36148fe7f6
|
service: hid: Correct some mistakes and add more validations
|
2022-06-28 19:14:55 -05:00 |
|
german77
|
a7d9be1384
|
core: Replace all instances of ResultCode with Result
|
2022-06-26 20:21:37 -05:00 |
|
Narr the Reg
|
f37b2e6f10
|
service: am: Stub PerformSystemButtonPressingIfInFocus
Used by Ring Fit Adventure
|
2022-06-20 12:35:58 -05:00 |
|
Fernando S
|
f86b770ff7
|
Merge pull request #8457 from liamwhite/kprocess-suspend
kernel: implement KProcess suspension
|
2022-06-16 02:41:12 +02:00 |
|
bunnei
|
5ace5c1b7a
|
Merge pull request #8317 from german77/notifa
service: notifa: Implement most part of this service
|
2022-06-15 09:53:50 -07:00 |
|
Liam
|
888f499188
|
kernel: implement KProcess suspension
|
2022-06-14 10:04:11 -04:00 |
|
Liam
|
084d7d6b01
|
common: Change semantics of UNREACHABLE to unconditionally crash
|
2022-06-13 20:09:00 -04:00 |
|
Narr the Reg
|
bc8699a9fa
|
service: hid: Fix gesture regression
|
2022-06-10 13:14:31 -05:00 |
|
bunnei
|
073714a762
|
Merge pull request #8428 from bunnei/nvflinger-fix-timing
Follow-up fixes for NVFlinger rewrite (Part 3)
|
2022-06-08 11:20:05 -07:00 |
|
bunnei
|
c33c9c76bf
|
Merge pull request #8426 from liamwhite/elf
common: consolidate ELF structure definitions
|
2022-06-05 16:52:06 -07:00 |
|
bunnei
|
888e814130
|
hle: service: nvflinger: buffer_queue_consumer: Always free released buffers.
|
2022-06-05 16:06:06 -07:00 |
|
Liam
|
3c313a43fd
|
common: consolidate ELF structure definitions
|
2022-06-05 09:42:05 -04:00 |
|
Narr the Reg
|
e609bc1c6a
|
service: hid: Improve stub of IRS
|
2022-05-31 10:26:13 -05:00 |
|