Lioncash
a260c09deb
sockets: Make fd member variable protected
Other things shouldn't be able to directly mess around with the
descriptor
3 years ago
Narr the Reg
ca0d1fd4f1
yuzu: Silence some clang warnings
3 years ago
FearlessTobi
1c14030b31
Address some review comments
3 years ago
FengChen
b85bd1b548
core: implement HwOpus GetWorkBufferSizeForMultiStreamEx
3 years ago
Lioncash
1747b5ae6c
audio_device: Mark member functions as const where applicable
These member functions don't modify any internal state.
3 years ago
Lioncash
0f1024b334
audio_device: Make AudioDeviceName constructor constexpr
These are used as read-only arrays, so we can make the data read-only
and available at compile-time.
Now constructing an AudioDevice no longer needs to initialize some
tables
3 years ago
Kelebek1
c6d4071162
Remove pause callbacks from coretiming
3 years ago
german77
dd33c0c473
yuzu: Multiple room UI improvements
3 years ago
FearlessTobi
48d6226115
ldn: Initial implementation
4 years ago
SachinVin
262f5b96b5
core/CMakeLists.txt: Remove duplicate files.
3 years ago
german77
817b96446e
core: nfp: Remove magic numbers
3 years ago
german77
c990e2d2f5
core: nfp: Workaround for lack of multiple nfp interfaces
3 years ago
Narr the Reg
8c377e882e
core: nfp: Correct date and amiibo name
3 years ago
Narr the Reg
8301e770f9
core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixes
3 years ago
german77
44dff8f633
core: nfp: Implement amiibo encryption
4 years ago
Narr the Reg
d4fb46d8f9
input_common: Add support for analog toggle
3 years ago
Narr the Reg
07d2e08272
core: hid: Fix GC triggers overwritting ZL and ZR buttons
3 years ago
Kelebek1
77a30f7286
Don't stall with nvdec
3 years ago
Narr the Reg
98d62e931a
core: ns: Implement pl:s service
3 years ago
Kelebek1
c3e3874d8d
Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.
4 years ago
FearlessTobi
f24b74d4c1
Address review comments
3 years ago
Kelebek1
f121da072a
Demote services from warning/info to debug to reduce log spam:
GetCurrentFocusState
SetClockSpeed
EnableSixAxisSensorUnalteredPassthrough
IsSixAxisSensorUnalteredPassthroughEnabled
Get, GetOld
SetAndWait, SetAndWaitOld
IocParam
IocFree
3 years ago
FearlessTobi
8a5fed2c9d
core/ldn_types: Minor corrections and additions
3 years ago
FearlessTobi
f3284250ce
core/socket_proxy: Correct broadcast behavior
Broadcasts should only be sent when the broadcast IP is used.
They should also only be received when SO_BROADCAST is enabled.
3 years ago
FearlessTobi
31c4475420
yuzu: Display current game version in multiplayer room
Makes it easier for users to recognize connection errors caused by different game versions.
3 years ago
FearlessTobi
6d3dba4b98
core/bsd: Correctly unbind methods in destructor
Prevents yuzu from crashing when the BSD service is created a second time.
3 years ago
FearlessTobi
d841898d4d
core/acc: Make CheckAvailability use LOG_DEBUG
Previously it was spamming the logs in certain multiplayer games like Puyo Puyo Tetris.
3 years ago
FearlessTobi
869724c3a5
yuzu_room: Remove dependency on core
3 years ago
Kelebek1
15c4734b5b
Implement AudRenU:RequestUpdateAuto, and use C descriptors when B reports as empty.
3 years ago
vonchenplus
eab51849f7
core:filesystem: speed up IDirectory service
3 years ago
german77
3d8cb61bfd
hid: core: Add missing function table names
3 years ago
Liam
0676dbfea1
core/file_sys: fix alignment of BuildId
3 years ago
vonchenplus
37a5b8aded
core: implement clkrst service
3 years ago
Kyle Kienapfel
ea00332a67
code: dodge PAGE_SIZE #define
Some header files, specifically for OSX and Musl libc define PAGE_SIZE to be a number
This is great except in yuzu we're using PAGE_SIZE as a variable
Specific example
`static constexpr u64 PAGE_SIZE = u64(1) << PAGE_BITS;`
PAGE_SIZE PAGE_BITS PAGE_MASK are all similar variables.
Simply deleted the underscores, and then added YUZU_ prefix
Might be worth noting that there are multiple uses in different classes/namespaces
This list may not be exhaustive
Core::Memory 12 bits (4096)
QueryCacheBase 12 bits
ShaderCache 14 bits (16384)
TextureCache 20 bits (1048576, or 1MB)
Fixes #8779
3 years ago
Liam
0812bb34ea
core/file_sys: fix BuildId padding
3 years ago
FearlessTobi
df835dc289
core/socket_proxy: Final nits
3 years ago
german77
e398b2af5c
core: network: Address review comments
3 years ago
FearlessTobi
0351eadbdb
internal_network: Fix mingw compilation
Apparently, "interface" is a reserved keyword on this compiler.
3 years ago
FearlessTobi
851ec302b1
core, yuzu: Address first part of review comments
4 years ago
FearlessTobi
5776601ca7
core/socket_proxy: Fix compilation
4 years ago
FearlessTobi
ce2eefb57c
Make copyright headers SPDX-compliant
4 years ago
FearlessTobi
ce5b9d370d
core, network: Add ability to proxy socket packets
4 years ago
Morph
8064454628
ips_layer: Delimit parsed hex value string
Delimits the hex value string on spaces, slashes, carriage returns or newlines, allowing for comments to be added in-line.
3 years ago
german77
e1f4130f30
core: ldn: Address review comments part 2
3 years ago
Merry
c5b77f78f8
arm_dynarmic: Fix nullptr fastmem arenas
Unable to enable fastmem of exclusive access without a valid fastmem arena.
3 years ago
Narr the Reg
67f4daf029
hid: core: Properly emulate controller color and battery level
3 years ago
Narr the Reg
f91a28773b
core: ldn: Address review comments
3 years ago
Liam
a7027fa7c9
core/arm: fix build error
3 years ago
FearlessTobi
9f4d6dd979
ldn: Add better stubs and more data types
Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com>
Co-Authored-By: Morph <39850852+Morph1984@users.noreply.github.com>
3 years ago
Merry
abf143229a
arm_dynarmic_cp15: Implement CP15DMB/CP15DSB/CP15ISB
3 years ago