- 05 May, 2021 9 commits
-
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
- Useful for scenarios where we do not want to inherit from NonCopyable.
-
bunnei authored
nvdrv: /dev/nvhost-prof-gpu for production
-
bunnei authored
Co-authored-by: Ameer J <52414509+ameerj@users.noreply.github.com>
-
bunnei authored
service: Remove unused class variables
-
Lioncash authored
Prevents some warnings from occurring.
-
bunnei authored
service: Resolve cases of member field shadowing
-
- 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 7 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).
-
Chloe Marcec authored
While we're at it, we can fix the is_initialized error code. This fixes the crashes on Shante
-
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 1 commit
-
-
german77 authored
-