| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | xbyak: Update include path | 2021-08-15 | 3 | -3/+3 | ||
| | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #6887 from v1993/patch-2 | 2021-08-19 | 1 | -6/+2 | ||
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | SPIR-V: Merge two ifs in EmitGetAttribute | |||||
| | * | | | | | | | | | SPIR-V: Merge two ifs in EmitGetAttribute | 2021-08-19 | 1 | -6/+2 | ||
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #6886 from Morph1984/error-code-64 | 2021-08-19 | 1 | -6/+25 | ||
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | applet_error: Fix 64-bit error code conversion | |||||
| | * | | | | | | | | | applet_error: Fix 64-bit error code conversion | 2021-08-19 | 1 | -6/+25 | ||
| | |/ / / / / / / / | ||||||
| * | | | | / / / / | Replace QPoint with QPointF where applicable | 2021-08-19 | 1 | -16/+18 | ||
| | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Previously, floats were implicitly cast to integers | |||||
| * | | | | | | | | qt_software_keyboard: fix copy-paste error | 2021-08-19 | 1 | -1/+1 | ||
| |/ / / / / / / | ||||||
| * | | | | | | | Fix crash in logging in CreateStrayLayer | 2021-08-19 | 1 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | It was trying to log value of layer_id which is specifically known not to exist, potentially leading to segfault. Log display_id instead. | |||||
| * | | | | | | | Fix check is thread current in GetThreadContext | 2021-08-19 | 1 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | Misplaced break made it only check for the first core. | |||||
| * | | | | | | | Merge pull request #6832 from bunnei/scheduler-improvements | 2021-08-18 | 23 | -140/+224 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | kernel: Various improvements to scheduler | |||||
| | * | | | | | | | core: hle: kernel: Disable dispatch count tracking on single core. | 2021-08-14 | 3 | -5/+12 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - This would have limited value, and would be a mess to handle properly. | |||||
| | * | | | | | | | core: hle: kernel: k_thread: Mark KScopedDisableDispatch as nodiscard. | 2021-08-07 | 1 | -1/+1 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | core: cpu_manager: Use invalid core_id on init and simplify shutdown. | 2021-08-07 | 1 | -7/+3 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | core: hle: service: buffer_queue: Improve management of KEvent. | 2021-08-07 | 3 | -14/+24 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | core: hle: kernel: k_auto_object: Add GetName method. | 2021-08-07 | 1 | -0/+4 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Useful purely for debugging. | |||||
| | * | | | | | | | core: hle: service: nvflinger/vi: Improve management of KEvent. | 2021-08-07 | 4 | -16/+30 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | core: hle: kernel: DisableDispatch on suspend threads. | 2021-08-07 | 1 | -0/+3 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | core: hle: kernel: k_scheduler: Improve DisableScheduling and EnableScheduling. | 2021-08-07 | 1 | -14/+9 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | core: cpu_manager: Use KScopedDisableDispatch. | 2021-08-07 | 1 | -7/+8 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | core: hle: kernel: Use CurrentPhysicalCoreIndex as appropriate. | 2021-08-07 | 1 | -6/+2 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | core: hle: kernel: k_scheduler: Remove unnecessary MakeCurrentProcess. | 2021-08-07 | 1 | -5/+0 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | core: hle: kernel: k_scheduler: Improve ScheduleImpl. | 2021-08-07 | 1 | -6/+7 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | core: hle: kernel: k_scheduler: Improve Unload. | 2021-08-07 | 1 | -17/+29 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | core: hle: kernel: k_process: DisableDispatch on main thread. | 2021-08-07 | 1 | -0/+1 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | core: hle: kernel: k_handle_table: Use KScopedDisableDispatch as necessary. | 2021-08-07 | 2 | -0/+8 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | core: hle: kernel: k_thread: Add KScopedDisableDispatch. | 2021-08-07 | 2 | -1/+47 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | core: hle: kernel: Ensure idle threads are closed before destroying scheduler. | 2021-08-07 | 3 | -24/+22 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | core: hle: kernel: Reflect non-emulated threads as core 3. | 2021-08-07 | 7 | -13/+15 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | core: cpu_manager: Use jthread. | 2021-08-07 | 2 | -18/+13 | ||
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #6863 from spholz/fix-lan-play | 2021-08-16 | 15 | -102/+408 | ||
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | Fix LAN Play | |||||
| | * | | | | | | | network_interface: correct formatting | 2021-08-16 | 1 | -1/+1 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | network_interface: fix mingw-w64 build | 2021-08-16 | 1 | -1/+1 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | network: retrieve subnet mask and gateway info | 2021-08-16 | 5 | -24/+137 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | configuration: fix mingw-w64 build | 2021-08-13 | 1 | -2/+2 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | network: don't use reinterpret_cast in GetAvailableNetworkInterfaces | 2021-08-13 | 1 | -7/+4 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | network: fix mingw-w64 build | 2021-08-13 | 1 | -4/+4 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The header "combaseapi.h" of mingw-w64 defines "interface" as "struct". | |||||
| | * | | | | | | | network: don't use assert to check if no network interfaces are returned | 2021-08-13 | 1 | -2/+4 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | configuration: move network_interface include to source file | 2021-08-13 | 2 | -2/+1 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | network: use Common::BitCast instead of std::bit_cast | 2021-08-13 | 1 | -2/+3 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | network: narrow down scope of "result" in win32 code for | 2021-08-13 | 1 | -4/+5 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GetAvailableNetworkInterfaces | |||||
| | * | | | | | | | configuration: use tr instead of QStringLiteral for "None" item in | 2021-08-13 | 1 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | network interface combobox | |||||
| | * | | | | | | | network: use explicit bool conversions in GetAvailableNetworkInterfaces | 2021-08-13 | 1 | -1/+1 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | network: initialize ip_addr in GetHostIPv4Address() | 2021-08-13 | 1 | -1/+1 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | nifm: use operator*() instead of .value() to get value of std::optional | 2021-08-13 | 1 | -2/+2 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | nifm: treat a missing host IP address as a non-critical error | 2021-08-13 | 1 | -2/+2 | ||
| | | | | | | | | | ||||||
| | * | | | | | | | Merge branch 'yuzu-emu:master' into fix-lan-play | 2021-08-12 | 44 | -1467/+1182 | ||
| | |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | network: correct formatting in network.cpp and network_interface.cpp | 2021-08-12 | 2 | -8/+6 | ||
| | | | | | | | | | | ||||||
| | * | | | | | | | | configuration: add option to select network interface | 2021-08-12 | 15 | -90/+278 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| | * | | | | | | | | Merge branch 'yuzu-emu:master' into fix-lan-play | 2021-08-07 | 5 | -205/+52 | ||
| | |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | network: GetAndLogLastError: ignore Errno::AGAIN | 2021-08-07 | 1 | -1/+5 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If non-blocking sockets are used, they generate a lot of Errno::AGAIN errors when they didn't receive any data. These errors shouldn't be logged. | |||||