- 05 May, 2021 2 commits
- 04 May, 2021 1 commit
-
-
Lioncash authored
Now all that remains is for kernel code to be 'shadow-free' and then -Wshadow can be turned into an error.
-
- 03 May, 2021 6 commits
-
-
bunnei authored
core: Resolve misc straggler cases of variable shadowing
-
bunnei authored
input_common: Release mouse buttons on out of focus
-
Lioncash authored
Resolves shadowing warnings that aren't in a particularly large subsection of core. Brings us closer to turning -Wshadow into an error. All that remains now is for cases in the kernel (left untouched for now since a big change by bunnei is pending), and a few left over in the service code (will be tackled next).
-
Morph authored
hid: Fix touch not initializing properly if disabled
-
german77 authored
-
german77 authored
-
- 02 May, 2021 5 commits
-
-
bunnei authored
file_sys: Resolve cases of variable shadowing
-
Morph authored
game_list: Fix dir move up/down expand state
-
bunnei authored
service: filesystem: Return proper error codes for CreateFile
-
Lioncash authored
Brings us closer to enabling -Wshadow as an error in the core code.
-
bunnei authored
cmake: Only config Boost during find_package
-
- 01 May, 2021 4 commits
-
-
bunnei authored
game_list: Update filter results when removing directories
-
Morph authored
hid: Disable touch if setting is not enabled
-
Morph authored
This improves the accuracy of CreateFile by returning the correct error codes on certain conditions (parent directory does not exist, path already exists). This fixes saving and the loading of existing saves in New Pokemon Snap
-
german77 authored
-
- 30 Apr, 2021 5 commits
-
-
bunnei authored
applets/web: Fix a use-after-free when passing in the URL string
-
bunnei authored
input_common: Reset GC sticks center by measuring multiple packets
-
Kewlan authored
-
bunnei authored
hid: Implement SevenSixAxis and ConsoleSixAxisSensor
-
bunnei authored
yuzu: config: Silence narrowing conversion warning on MSVC
-
- 29 Apr, 2021 3 commits
- 28 Apr, 2021 3 commits
-
-
Morph authored
The URL string was being deleted before being used, leading to a use-after-free occurring when it is used afterwards. Fix this by taking the string by const ref to extend its lifetime, ensuring it doesn't get deleted before use.
-
Morph authored
-
bunnei authored
loader: Resolve instances of variable shadowing
-
- 27 Apr, 2021 2 commits
- 26 Apr, 2021 8 commits
-
-
german77 authored
-
bunnei authored
service: Eliminate cases of member variable shadowing
-
bunnei authored
applets/swkbd: Fix software keyboard button hint scaling
-
Lioncash authored
Resolves a few localized instances of member variable shadowing. Brings us a little closer to turning shadowing warnings into errors.
-
bunnei authored
game_list: Mark games as favorite to make them appear at the top.
-
bunnei authored
nvhost_vic: Fix device closure
-
bunnei authored
config: Add new keyboard bindings
-
lat9nq authored
Without the CONFIG option, find_package will perform Module search. On at least Linux Mint 20 (I'm unable to reproduce this on CentOS and Arch Linux), my guess is that this causes CMake to find "dirty" modules that modify the configuration state despite the Boost version being too low/absent. Use CONFIG to put CMake into pure Config mode and avoid Module search.
-
- 25 Apr, 2021 1 commit
-
-
Morph authored
Changes the keyboard bindings to be based on RPCS3's tried and true keyboard bindings.
-