german77
7348e205d9
input_common: Add multiple vibration curves
4 years ago
german77
064ddacf49
core/hid: Rework battery mappings
4 years ago
german77
c6c32daf40
input_common: Add manual update options to input devices
4 years ago
german77
f01dac3bf9
service/hid: Fix memory allocated incorrectly
4 years ago
german77
464c4d26ac
settings: Fix mouse and keyboard mappings
4 years ago
german77
b564f024f0
Morph review first wave
4 years ago
german77
e2e5f1beaf
service/hid: Match shared memory closer to HW
4 years ago
german77
21819da8cd
yuzu: Fix loading input profiles
4 years ago
german77
b5e72de753
kraken: Address comments from review
review fixes
4 years ago
german77
95cf66b655
service/hid: Use ring buffer for gestures
4 years ago
german77
85052b8662
service/hid: Fix gesture input
4 years ago
german77
af55dd1935
configuration: Migrate controller settings to emulated controller
4 years ago
german77
c3ff0a8ac0
core/hid: Fix rumble too strong at 1%
4 years ago
german77
601ac43495
core/hid: Only signal when needed
4 years ago
german77
4d308fd0b4
hid: Fix controller connection/disconnection
4 years ago
german77
72e5920240
core/hid: Documment some files
4 years ago
german77
e0da5c1bbc
kraken: Fix errors from rebase and format files
4 years ago
german77
06a5ef5874
core/hid: Add output devices
4 years ago
german77
e14ae06391
core: Update input interpreter
4 years ago
german77
510c7d2953
core/frontend: Update applets
4 years ago
german77
dd62a0187d
core: Remove frontend/input
4 years ago
german77
c87ad2d0d6
service/hid: Rewrite npad to use ring lifo and the emulated controller
4 years ago
german77
a2ad5762e6
service/hid: Update console sixaxis to the emulated console
4 years ago
german77
800a66d25a
service/hid: Update mouse and keyboard to use ring lifo and the emulated device
4 years ago
german77
afe2d667d9
service/hid: Update touch and gestures to use ring lifo and the emulated console
4 years ago
german77
072559dede
service/hid: Update debug pad, xpad, stubbed and controller base to use ring lifo and the emulated controller
4 years ago
german77
dbe0301102
service/hid: Use remove duplicated code, update names
4 years ago
german77
db08721dcc
service/hid: Create ring LIFO
4 years ago
german77
6e2c84042d
settings: Cleanup settings
4 years ago
german77
173a6b1e57
core/emu_window: Remove touch input
4 years ago
german77
967cca10ff
core: Register HID
4 years ago
german77
c3f54ff232
core/hid: Add emulated controllers
4 years ago
german77
449576df93
core/hid: Move motion_input, create input converter and hid_types
4 years ago
german77
bf71d18af9
core/hid: Move input_interpreter to hid
4 years ago
jam1garner
4d9c9e567e
arm: dynarmic: Cleanup icache op handling
4 years ago
jam1garner
c8a67a725d
arm: dynarmic: Implement icache op handling for 'ic iallu' instruction
4 years ago
jam1garner
84eb3e7d02
arm: dynarmic: Implement icache op handling for 'ic ivau' instruction
4 years ago
Morph
5cf93c1346
kernel: svc: Move all IsValid functions to an anonymous namespace
4 years ago
Morph
2726d705f8
kernel: svc: Implement SetProcessMemoryPermission
- Used by Skyline modding framework
4 years ago
Morph
281437c811
kernel: KPageTable: Rename SetCodeMemoryPermission to SetProcessMemoryPermission
4 years ago
Morph
9173f07a51
service: pm: Implement AtmosphereGetProcessId
- Used by Skyline modding framework
4 years ago
Morph
3dc38d185b
service: pm: Add all relevant result codes
4 years ago
Morph
40cd0bb97b
service: pm: Rename title id to program id
4 years ago
ameerj
fe1f06c856
Fix screenshot dimensions when at 1x scale
This was regressed by ART.
Prior to ART, the screenshots were saved at the title's framebuffer resolution. A misunderstanding of the existing logic led to screenshot dimensions becoming dependent on the host render window size.
This changes the behavior to match how it was prior to ART at 1x, with screenshots now always being the title's framebuffer dimensions scaled by the resolution scaling factor.
4 years ago
Adam Heinermann
d8a783a368
Fix crash on exit due to static scoped dummy threads
4 years ago
ameerj
80f8d4989e
bootmanager: Fix screenshot resolution factor usage
Fixes screenshots at non integer scaling
4 years ago
Fernando Sahmkow
71ca84d829
Settings: eliminate rescaling_factor.
5 years ago
OatmealDome
50acc0da20
program_metadata: Add default ThreadInfo kernel capability
4 years ago
Morph
3af2117c88
applets/swkbd: Fix text check message encoding
The text check message can be encoded in UTF-8.
4 years ago
Morph
1af499c15b
applets/swkbd: Skip text checking if the text has been confirmed
Confirm means that the text has already been checked by the application to be correct, but is asking the user for confirmation.
The confirmation text itself seems to be corrupted though, this needs to be investigated.
Fixes the software keyboard in Famicom Detective Club: The Missing Heir
4 years ago