David Marcec
66bd4de380
No need to use ASSERT_MSG with an empty message
8 years ago
David Marcec
0b2adb2672
We only need to alert for memory pool changes
8 years ago
David Marcec
761d44eea4
initialized voice status and unused sizes in the update data header
8 years ago
David Marcec
7d5403fc89
Audout "Auto" functions
Audout autos are identical to their counterpart except for the buffer type which yuzu already handles for us.
8 years ago
David Marcec
3fcb7978f0
Added IsWirelessCommunicationEnabled, IsEthernetCommunicationEnabled, IsAnyInternetRequestAccepted
Since we have no socket implementation we should be returning 0 to indicate we're currently offline.
8 years ago
bunnei
d613d8ee52
hid: Fix timestamps and controller type.
- This fixes user input in SMO.
8 years ago
David Marcec
bc85c649c1
NvOsGetConfigU32 production impl
Settings are only used when RMOS_SET_PRODUCTION_MODE is set to 0.
If production mode is set, the error code 0x30006 is returned instead
8 years ago
bunnei
8924486715
nvhost_ctrl: Fix NvOsGetConfigU32 for Snipper Clips.
8 years ago
bunnei
0c22a8d514
Revert "Virtual Filesystem ( #597 )"
This reverts commit 12e9522b32 .
8 years ago
Zach Hilman
12e9522b32
Virtual Filesystem ( #597 )
* Add VfsFile and VfsDirectory classes
* Finish abstract Vfs classes
* Implement RealVfsFile (computer fs backend)
* Finish RealVfsFile and RealVfsDirectory
* Finished OffsetVfsFile
* More changes
* Fix import paths
* Major refactor
* Remove double const
* Use experimental/filesystem or filesystem depending on compiler
* Port partition_filesystem
* More changes
* More Overhaul
* FSP_SRV fixes
* Fixes and testing
* Try to get filesystem to compile
* Filesystem on linux
* Remove std::filesystem and document/test
* Compile fixes
* Missing include
* Bug fixes
* Fixes
* Rename v_file and v_dir
* clang-format fix
* Rename NGLOG_* to LOG_*
* Most review changes
* Fix TODO
* Guess 'main' to be Directory by filename
8 years ago
David
051040caaf
Update AudioRenderer Voice Sections ( #614 )
* voice section updating
* fixed slight offset miscalculation
* fixed overflow
8 years ago
James Rowe
d74d2a77cb
Update clang format
8 years ago
James Rowe
e159c550d8
Rename logging macro back to LOG_*
8 years ago
Subv
4c6cb7161a
GPU: Remove a surface from the cache when its backing memory is being unmapped from the GPU's MMU.
8 years ago
Subv
a90bbff826
nvmap: Return the address of the nvmap object when Freeing it for the last time.
This behavior is confirmed by reverse engineering.
8 years ago
David
e4479c5b55
Send the correct RequestUpdateAudioRenderer revision in the output header ( #587 )
* We should be returning our revision instead of what is requested.
Hardware test on a 5.1.0 console
* Added sysversion comment
8 years ago
mailwl
5ffac05099
Service/Audio: add hwopus service, stub GetWorkBufferSize function
8 years ago
David
1a6e4c3a2e
Removed duplicate structs, changed AudioRendererResponse -> UpdateDataHeader ( #583 )
* Removed duplicate structs, changed AudioRendererResponse -> UpdateDataHeader
According to game symbols(SMO), there's references to UpdateDataHeader which seems to be what AudioRendererResponse actually is
* oops
* AudioRendererParameters should be AudioRendererParameter according to SMO
8 years ago
David
a86258dfc1
Fixed RequestUpdateAudioRenderer deadlocks and calculated section sizes properly ( #580 )
* Fixed RequestUpdateAudioRenderer deadlocks and calculated section sizes properly
This fixes RequestUpdateAudioRenderer deadlocks in games like Puyo Puyo Tetris and games which require a proper section size in games such as Retro City Rampage. This fixes causes various games to start rendering or trying to render
8 years ago
mailwl
29f156eb60
IPC: skip empty buffer write
prevent yuzu crash, if games, like Axiom Verge, trying to read 0 bytes from file
8 years ago
Michael Scire
a3509a9e74
Kernel/Arbiters: Fix casts, cleanup comments/magic numbers
8 years ago
Michael Scire
28fe461cd3
Add additional missing format.
8 years ago
Michael Scire
96617f16ed
Run clang-format on PR.
8 years ago
Michael Scire
9d83964c1b
Kernel/Arbiters: HLE is atomic, adjust code to reflect that.
8 years ago
Michael Scire
2a0ea82fec
Kernel/Arbiters: Initialize arb_wait_address in thread struct.
8 years ago
Michael Scire
3aa03cca5a
Kernel/Arbiters: Clear WaitAddress in SignalToAddress
8 years ago
Michael Scire
d12af72c8f
Kernel/Arbiters: Mostly implement SignalToAddress
8 years ago
Michael Scire
3119b64d86
Kernel/Arbiters: Implement WaitForAddress
8 years ago
mailwl
40eb06288c
Service/Audio: update audren:u service
8 years ago
Michael Scire
6e9b11ffa0
Kernel/Arbiters: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs.
8 years ago
Subv
cb4ff57322
Build: Fixed some MSVC warnings in various parts of the code.
8 years ago
greggameplayer
1092153a6a
Implement GetAvailableLanguageCodes2 ( #575 )
* Implement GetAvailableLanguageCodes2
* Revert "Implement GetAvailableLanguageCodes2"
This reverts commit caadd9eea3 .
* Implement GetAvailableLanguageCodes2
* Implement GetAvailableLanguageCodes2
8 years ago
Subv
62a67fbd0a
Services/FS: Return the correct error code when trying to mount a nonexistent savedata.
8 years ago
Jules Blok
5614c1329e
svc: Add a stub for UserExceptionContextAddr.
8 years ago
Zach Hilman
3898d6b54c
Narrow down filter of layout configs
8 years ago
Zach Hilman
42701153c7
Move loop condition to free function
8 years ago
Zach Hilman
93c0478c5c
Avoid initializing single-joycon layouts with handheld controller
8 years ago
shinyquagsire23
a02f67160c
hid: Update all layouts and only show handheld as connected, fixes libnx input for P1_AUTO
8 years ago
mailwl
b70838ca60
Common/string_util: add StringFromBuffer function
convert input buffer (std::vector<u8>) to string, stripping zero chars
8 years ago
mailwl
829613e51c
Stub IUser::AttachAvailabilityChangeEvent
8 years ago
greggameplayer
186abe2652
nvdrv/devices/nvidia_ctrl_gpu : add IoctlCommands with their params ( #524 )
* add IoctlCommands with their params in nvidia_ctrl_gpu.h
* add function related to the changes done previously
* fix clang-format
* delete trailing whitespace
* correct mistake
8 years ago
mailwl
9071812e94
Remove unused header files
8 years ago
bunnei
abad9d77d7
nifm: Stub out IRequest::SetConnectionConfirmationOption.
8 years ago
bunnei
d240fb32da
am: Stub out IApplicationFunctions::GetPseudoDeviceId.
8 years ago
mailwl
2870d37714
Small fixes
8 years ago
mailwl
7dee92618f
Service/MM: add service and stub some functions
8 years ago
greggameplayer
2de6a09da6
Nvdrv/devices/nvhost_gpu : Add some IoctlCommands with their params ( #511 )
* Add some IoctlCommand with their params to nvhost_gpu
* fix clang-format
* delete trailing whitespace
* fix some clang-format
* delete one other trailing whitespace
* last clang-format fix
8 years ago
mailwl
0e922be408
Correct function results
8 years ago
mailwl
18798ad061
Service/nfp:user : stub some functions.
Used by Zelda: BoTW
8 years ago
bunnei
b9e0c0495a
am: Implement ILibraryAppletAccessor::PopOutData.
8 years ago