Lioncash
81bf614695
vm_manager: Add missing commas to string literal array elements in GetMemoryStateName()
Without these, this would perform concatenation, which is definitely not
what we want here.
8 years ago
Lioncash
b1b1c60009
core/memory, core/hle/kernel: Use std::move where applicable
Avoids pointless copies
8 years ago
Lioncash
e72928762f
core: Don't construct instance of Core::System, just to access its live instance
This would result in a lot of allocations and related object
construction, just to toss it all away immediately after the call.
These are definitely not intentional, and it was intended that all of
these should have been accessing the static function GetInstance()
through the name itself, not constructed instances.
8 years ago
Lioncash
40096de1fc
hle/filesystem: Amend trace log in OpenSaveData() to compile in debug mode
Previously this wouldn't compile, since no such function named
SaveStructDebugInfo() exists.
8 years ago
Zach Hilman
03480ff436
Fill in more fields in TouchScreenEntryTouch
8 years ago
Zach Hilman
25becb080e
Single touch support
8 years ago
bunnei
ad40c27409
vi: Change TransactionId::CancelBuffer to LOG_CRITICAL.
8 years ago
bunnei
3ff59a95d5
vi: Fix size for ListDisplays default display.
8 years ago
bunnei
42b866afc5
vi: Partially implement buffer crop parameters.
8 years ago
Zach Hilman
753d85fb0c
General Filesystem and Save Data Fixes ( #670 )
8 years ago
bunnei
df66fadc12
nvflinger: Fix for BufferQueue event handling.
8 years ago
Michael Scire
045893374f
Kernel/Arbiter: Fix bug in WaitIfLessThan
8 years ago
MerryMage
bd97579188
scheduler: Clear exclusive state when switching contexts
8 years ago
James Rowe
12e7a3065a
HID: Update controllers less often
8 years ago
Subv
a4f321da14
Services/BSD: Corrected the return for StartMonitoring according to SwIPC.
8 years ago
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