- 13 Aug, 2021 5 commits
-
-
Sönke Holz authored
-
spholz authored
-
Sönke Holz authored
The header "combaseapi.h" of mingw-w64 defines "interface" as "struct".
-
Sönke Holz authored
-
Sönke Holz authored
-
- 12 Aug, 2021 12 commits
-
-
Sönke Holz authored
-
Sönke Holz authored
GetAvailableNetworkInterfaces
-
Sönke Holz authored
network interface combobox
-
Sönke Holz authored
-
Sönke Holz authored
-
Sönke Holz authored
-
Sönke Holz authored
-
spholz authored
-
Sönke Holz authored
-
spholz authored
This commit renames the "Services" tab to "Network" and adds a combobox that allows the user to select the network interface that yuzu should use. This new setting is now used to get the local IP address in Network::GetHostIPv4Address. This prevents yuzu from selecting the wrong network interface and thus using the wrong IP address. The return type of Network::GetHostIPv4Adress has also been changed.
-
bunnei authored
vic: Specify sws_scale height stride.
-
Mai M authored
externals: Update sdl2 to 2.0.16
-
- 11 Aug, 2021 4 commits
-
-
Mai M authored
settings: Fix MSVC issues
-
lat9nq authored
According to https://stackoverflow.com/questions/469508, we run into a MSVC bug (since VS 2005) when using diamond inheritance for RangedSetting. This explicitly implements those functions in RangedSetting. GetValue is implemented as just calling the inherited version. The explicit converson operator is reimplemented. I opted for this over ignoring the warning with a pragma since this specifies the inherited behavior, and I have now less faith in MSVC to pick the right one. In addition, we mark destructors as virtual to silence what I believe is a fair MSVC compilation error.
-
bunnei authored
settings: Implement settings ranges
-
german77 authored
-
- 10 Aug, 2021 4 commits
-
-
Fernando S authored
texture_cache: Split out template definitions
-
Ameer J authored
main: Avoid stopping emulation when taking a screenshot
-
ameerj authored
Silences a sws_scale runtime warning about unaligned strides.
-
bunnei authored
memory: Clean up code
-
- 09 Aug, 2021 1 commit
-
-
bunnei authored
configure_general: Swap positions of speed limit and frame limit options
-
- 08 Aug, 2021 11 commits
-
-
Mai M authored
vp9: Ensure the first frame is complete
-
bunnei authored
yuzu-cmd/CMakeLists: Correct attribution for this function.
-
Fernando Sahmkow authored
-
ameerj authored
Silences a runtime error due to the first frame missing the frame data, and being set to hidden despite being a key-frame.
-
yzct12345 authored
-
Fernando S authored
Respect Vulkan bufferImageGranularity
-
bunnei authored
input_common: Improve SDL joystick and hide toggle option
-
bunnei authored
Add description to fast gpu time option
-
ameerj authored
-
german77 authored
-
bunnei authored
common: uuid: Add hash function for UUID
-
- 07 Aug, 2021 3 commits
-
-
german77 authored
-
bunnei authored
nvdec: Better logging for unimplemented codecs
-
Robin Kertels authored
-