This repository was archived by the owner on Dec 6, 2025. It is now read-only.
Commit 5bd7a75
committed
Simplify config and add SDL build options
Added `Release|x64` build configuration in `PCSX2_qt.sln`. Updated `pcsx2-winrt.vcxproj` and `pcsx2.vcxproj` to include `/D SDL_BUILD` compiler option. Simplified `InputBindingKey` initialization in `SDLInputSource.cpp`.1 parent 0065392 commit 5bd7a75
File tree
5 files changed
+7
-29
lines changed- pcsx2-winrt
- pcsx2
- Input
5 files changed
+7
-29
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2025 | 2025 | | |
2026 | 2026 | | |
2027 | 2027 | | |
| 2028 | + | |
2028 | 2029 | | |
2029 | 2030 | | |
2030 | 2031 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
799 | 799 | | |
800 | 800 | | |
801 | 801 | | |
802 | | - | |
| 802 | + | |
803 | 803 | | |
804 | 804 | | |
805 | 805 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2039 | 2039 | | |
2040 | 2040 | | |
2041 | 2041 | | |
2042 | | - | |
2043 | 2042 | | |
2044 | 2043 | | |
2045 | 2044 | | |
| |||
2125 | 2124 | | |
2126 | 2125 | | |
2127 | 2126 | | |
2128 | | - | |
2129 | | - | |
2130 | | - | |
2131 | | - | |
2132 | | - | |
2133 | | - | |
2134 | | - | |
2135 | | - | |
2136 | | - | |
| 2127 | + | |
| 2128 | + | |
2137 | 2129 | | |
2138 | 2130 | | |
2139 | 2131 | | |
| |||
2186 | 2178 | | |
2187 | 2179 | | |
2188 | 2180 | | |
2189 | | - | |
2190 | | - | |
2191 | | - | |
2192 | | - | |
2193 | | - | |
2194 | | - | |
2195 | | - | |
2196 | | - | |
2197 | | - | |
2198 | | - | |
2199 | | - | |
2200 | | - | |
2201 | | - | |
2202 | | - | |
2203 | | - | |
2204 | | - | |
2205 | | - | |
| 2181 | + | |
2206 | 2182 | | |
2207 | 2183 | | |
2208 | 2184 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
0 commit comments