german77
77fa4d4bf6
second commit lion review
5 years ago
german77
2b1b0c2a30
kraken: Address comments from review
start lion review
5 years ago
german77
2d3a63b289
core/hid: Update structs to 13.1.0
5 years ago
german77
064ddacf49
core/hid: Rework battery mappings
5 years ago
german77
f01dac3bf9
service/hid: Fix memory allocated incorrectly
5 years ago
german77
b564f024f0
Morph review first wave
5 years ago
german77
e2e5f1beaf
service/hid: Match shared memory closer to HW
5 years ago
german77
b5e72de753
kraken: Address comments from review
review fixes
5 years ago
german77
95cf66b655
service/hid: Use ring buffer for gestures
5 years ago
german77
85052b8662
service/hid: Fix gesture input
5 years ago
german77
af55dd1935
configuration: Migrate controller settings to emulated controller
5 years ago
german77
601ac43495
core/hid: Only signal when needed
5 years ago
german77
4d308fd0b4
hid: Fix controller connection/disconnection
5 years ago
german77
e0da5c1bbc
kraken: Fix errors from rebase and format files
5 years ago
german77
06a5ef5874
core/hid: Add output devices
5 years ago
german77
510c7d2953
core/frontend: Update applets
5 years ago
german77
c87ad2d0d6
service/hid: Rewrite npad to use ring lifo and the emulated controller
5 years ago
german77
a2ad5762e6
service/hid: Update console sixaxis to the emulated console
5 years ago
german77
800a66d25a
service/hid: Update mouse and keyboard to use ring lifo and the emulated device
5 years ago
german77
afe2d667d9
service/hid: Update touch and gestures to use ring lifo and the emulated console
5 years ago
german77
072559dede
service/hid: Update debug pad, xpad, stubbed and controller base to use ring lifo and the emulated controller
5 years ago
german77
dbe0301102
service/hid: Use remove duplicated code, update names
5 years ago
german77
db08721dcc
service/hid: Create ring LIFO
5 years ago
german77
6e2c84042d
settings: Cleanup settings
5 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
Adam Heinermann
d8a783a368
Fix crash on exit due to static scoped dummy threads
4 years ago
Fernando Sahmkow
71ca84d829
Settings: eliminate rescaling_factor.
5 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
Narr the Reg
ced1302975
service/pctl: Stub EndFreeCommunication
- Used by Just Dance 2022
5 years ago
Morph
a6e6a5ac38
general: Get the current process program id directly from the system
This allows us to avoid including KProcess' header file in files that only need to get the current process' program id.
5 years ago
Morph
64275dfbf4
general: Rename GetTitleID to GetProgramID
5 years ago
Morph
21c1316503
service: aoc: Stub NotifyUnmountAddOnContent
Used by Animal Crossing: New Horizons v2.0.0 DLC
5 years ago
Morph
ef427e4cb0
service: aoc: Stub NotifyMountAddOnContent and NotifyMountAddOnContent
Used by Animal Crossing: New Horizons v2.0.0 DLC
5 years ago
german77
bee6b71553
service/acc: Rename Unknown160 to InitializeApplicationInfoV2
5 years ago
Morph
f2988ecabc
service: acc: Stub acc:u0 '160'
- Used by Animal Crossing: New Horizons v2.0.0
Since the name is currently unknown, '160' is used as a placeholder.
5 years ago
ameerj
b275f2e475
core: Fix transitive include build errors
5 years ago
ameerj
7c4b6aab2e
core: Remove unused includes
5 years ago
Morph
b871388a31
svc: Correct WaitSynchronization num_handles param type
num_handles is a s32
5 years ago
Morph
cb09ea0f01
general: Remove MakeResult helpers
This is made obsolete by the presence of implicit constructors.
5 years ago
Morph
98b351758c
hle/result: Amend ResultVal documentation
This amends the documentation slightly to reflect the updated interface.
5 years ago
Morph
52e52924bb
hle/result: Reimplement ResultVal using Common::Expected
Common::Expected effectively provides the same functions as ResultVal, so we can implement it with this.
This can be replaced with std::expected with minimal effort should it be standardized in the C++ Standard Template Library.
5 years ago
Morph
e4052a1dab
ns: language: Add BrazilianPortuguese to ApplicationLanguage
It seems that Nintendo finally filled that last empty spot in ApplicationLanguage for a total of 16 supported languages.
5 years ago
Morph
1b5c37fa29
hle/result: Declare copy/move constructor/assignment as noexcept
While we're at it, we can also declare these copy/move constructor/assignment as noexcept.
5 years ago
Morph
189927c237
hle/result: Add move assignment operator in ResultVal
ResultVal was missing a move assignment operator, add it.
5 years ago