project64/Source
pcca-matrix 9034bc6fdc
Fix: NRage plugin gets stuck in initialization in certain cases (#2464)
* Fix: NRage plugin gets stuck in initialization in certain cases

The function wscanf was incorrectly used to parse VID_ and PID_ values from a string, causing failures in device detection.
wscanf expects input from stdin, whereas in this case, the device ID string is stored in memory.

Using swscanf ensures correct parsing from memory instead of waiting for stdin

This fixes the issue where XInput devices not being detected properly at plugin init.

* N-Rage: Fix memory leak in GetN64ButtonArrayFromXAnalog and GetN64ButtonNameFromButtonCode

Replaced dynamic allocations (new[]) with static buffers to prevent memory leaks.
2025-02-21 12:17:15 +10:30
..
3rdParty Upgrade zlib to version 1.3.1 (#2448) 2025-02-21 12:15:52 +10:30
Android Core: Add $(Platform) to the output directory 2024-09-05 17:54:58 +09:30
Common Common: Fix CPath::SelectFile 2024-12-26 15:05:19 +10:30
GLideN64 Gliden64: Fix up x64 build with including UI 2024-10-31 08:12:52 +10:30
Installer Clean up Windows Start Menu entry (#2465) 2025-02-21 12:09:56 +10:30
JoinSettings Move class out of file names 2021-04-14 15:04:15 +09:30
Project64 CIC improvements (#2455) 2025-02-21 12:13:52 +10:30
Project64-audio Core: Add $(Platform) to the output directory 2024-09-05 17:54:58 +09:30
Project64-core CIC improvements (#2455) 2025-02-21 12:13:52 +10:30
Project64-input Core: Add $(Platform) to the output directory 2024-09-05 17:54:58 +09:30
Project64-plugin-spec Rsp: Use RSP Register Handler 2023-09-28 11:52:06 +09:30
Project64-rsp RSP: Be able to compile sections based off tasks 2024-09-19 12:15:11 +09:30
Project64-rsp-core RSP: Make sure HLE audio is on for x64 2025-02-06 08:35:14 +10:30
Project64-video Core: Add $(Platform) to the output directory 2024-09-05 17:54:58 +09:30
Script Gliden64: Get the new GlideN64 submodule to build as part of the normal build process 2024-09-12 09:44:38 +09:30
Settings Change NULL to nullptr 2021-04-12 21:05:39 +09:30
SortRdb Remove _Pairib usage 2023-02-13 08:55:56 +10:30
UpdateVersion Clean up warnings 2023-02-28 10:09:08 +10:30
nragev20 Fix: NRage plugin gets stuck in initialization in certain cases (#2464) 2025-02-21 12:17:15 +10:30
.clang-format Core: Add clang script and check on building release 2022-12-19 15:51:02 +10:30