summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* network_interface: correct formattingGravatar Sönke Holz2021-08-161-1/+1
* network_interface: fix mingw-w64 buildGravatar spholz2021-08-161-1/+1
* network: retrieve subnet mask and gateway infoGravatar Sönke Holz2021-08-165-24/+137
* configuration: fix mingw-w64 buildGravatar Sönke Holz2021-08-131-2/+2
* network: don't use reinterpret_cast in GetAvailableNetworkInterfacesGravatar spholz2021-08-131-7/+4
* network: fix mingw-w64 buildGravatar Sönke Holz2021-08-131-4/+4
* network: don't use assert to check if no network interfaces are returnedGravatar Sönke Holz2021-08-131-2/+4
* configuration: move network_interface include to source fileGravatar Sönke Holz2021-08-132-2/+1
* network: use Common::BitCast instead of std::bit_castGravatar Sönke Holz2021-08-131-2/+3
* network: narrow down scope of "result" in win32 code forGravatar Sönke Holz2021-08-131-4/+5
* configuration: use tr instead of QStringLiteral for "None" item inGravatar Sönke Holz2021-08-131-1/+1
* network: use explicit bool conversions in GetAvailableNetworkInterfacesGravatar Sönke Holz2021-08-131-1/+1
* network: initialize ip_addr in GetHostIPv4Address()Gravatar Sönke Holz2021-08-131-1/+1
* nifm: use operator*() instead of .value() to get value of std::optionalGravatar Sönke Holz2021-08-131-2/+2
* nifm: treat a missing host IP address as a non-critical errorGravatar Sönke Holz2021-08-131-2/+2
* Merge branch 'yuzu-emu:master' into fix-lan-playGravatar spholz2021-08-1244-1467/+1182
|\
| * Merge pull request #6838 from ameerj/sws-alignGravatar bunnei2021-08-121-3/+2
| |\
| | * vic: Specify sws_scale height stride.Gravatar ameerj2021-08-091-3/+2
| * | settings: Fix MSVC issuesGravatar lat9nq2021-08-111-7/+22
| * | Merge pull request #6776 from lat9nq/ranged-settingsGravatar bunnei2021-08-101-26/+136
| |\ \
| | * | settings: Use std::clamp where possibleGravatar lat9nq2021-07-311-39/+9
| | * | settings: Remove unnecessary std::move usagesGravatar lat9nq2021-07-301-12/+12
| | * | settings: Fix function virtualizationGravatar lat9nq2021-07-301-12/+18
| | * | settings: Implement setting rangesGravatar lat9nq2021-07-301-18/+152
| * | | Merge pull request #6820 from yzct12345/split-cacheGravatar Fernando S2021-08-1013-427/+420
| |\ \ \
| | * | | texture_cache: Address ameerj's reviewGravatar yzct123452021-08-083-7/+4
| | * | | texture_cache: Address ameerj's reviewGravatar yzct123452021-08-074-10/+5
| | * | | texture_cache: Don't change copyright yearGravatar yzct123452021-08-054-4/+4
| | * | | texture_cache: Address ameerj's reviewGravatar yzct123452021-08-0512-1821/+1821
| | * | | texture_cache: Split templates outGravatar yzct123452021-08-057-1532/+1533
| * | | | Merge pull request #6837 from german77/no-pause-screenshotGravatar Ameer J2021-08-091-5/+2
| |\ \ \ \
| | * | | | main: Avoid stopping emulation when taking a screenshotGravatar german772021-08-071-5/+2
| * | | | | Merge pull request #6823 from yzct12345/memory-cleanupGravatar bunnei2021-08-092-491/+163
| |\ \ \ \ \
| | * | | | | memory: Address lioncash's reviewGravatar yzct123452021-08-071-52/+6
| | * | | | | memory: Dedup Read and Write and fix logging bugsGravatar yzct123452021-08-071-129/+115
| | * | | | | memory: Clean up CopyBlock tooGravatar yzct123452021-08-051-36/+15
| | * | | | | memory: Address lioncash's reviewGravatar yzct123452021-08-052-7/+8
| | * | | | | memory: Clean up codeGravatar yzct123452021-08-052-329/+81
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #6839 from ameerj/frame-cap-positonGravatar bunnei2021-08-091-30/+30
| |\ \ \ \ \
| | * | | | | configure_general: Swap positions of speed limit and frame limit optionsGravatar ameerj2021-08-081-30/+30
| | | |_|_|/ | | |/| | |
| * | | | | Merge pull request #6844 from ameerj/vp9-empty-frameGravatar Mai M2021-08-082-3/+3
| |\ \ \ \ \
| | * | | | | vp9: Ensure the first frame is completeGravatar ameerj2021-08-082-3/+3
| | |/ / / /
| * | | | | yuzu-cmd/CMakeLists: Correct attribution for this function.Gravatar Fernando Sahmkow2021-08-082-0/+2
| * | | | | Merge pull request #6834 from K0bin/buffer-image-granularityGravatar Fernando S2021-08-082-2/+8
| |\ \ \ \ \
| | * | | | | vulkan_memory_allocator: Respect bufferImageGranularityGravatar Robin Kertels2021-08-072-2/+8
| * | | | | | Merge pull request #6698 from german77/SDL_QoLGravatar bunnei2021-08-084-33/+76
| |\ \ \ \ \ \
| | * | | | | | input_common: Improve SDL joystick and hide toggle optionGravatar german772021-08-074-33/+76
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge pull request #6817 from gidoly/patch-1Gravatar bunnei2021-08-081-2/+5
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Update configure_graphics_advanced.uiGravatar gidoly2021-08-061-2/+5
| * | | | | | Merge pull request #6827 from Morph1984/uuid-hashGravatar bunnei2021-08-071-0/+11
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |