Skip to content

Commit 437cf6e

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 726ff84 + 732d05c commit 437cf6e

766 files changed

Lines changed: 87875 additions & 34106 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.editorconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ charset = utf-8-bom
2626
# This file may need to force a BOM so compilers treat as utf-8.
2727
charset = utf-8-bom
2828

29-
[Windows/{aboutbox.rc,version.rc}]
30-
charset = utf-8
31-
3229
[ext/at3_standalone/**.{cpp,h}]
3330
indent_style = space
3431
indent_size = 4

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
*.xml text
1212

1313
# To avoid mucking up the utf-8 characters.
14-
Core/Dialog/PSPOskDialog.cpp binary
14+
Core/Dialog/PSPOskConstants.cpp binary

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ jobs:
207207
if: matrix.extra == 'qt'
208208
with:
209209
cache: true
210+
version: 5.15.2
210211

211212
- uses: nttld/setup-ndk@v1
212213
if: matrix.extra == 'android'

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ debian/ppsspp/
132132

133133
# CMake stuff
134134
CMakeFiles
135+
CMakeUserPresets.json
136+
compile_commands.json
135137

136138
# Clangd
137139
.cache/

.ycm_extra_conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# a "-std=<something>".
5151
# For a C project, you would set this to something like 'c99' instead of
5252
# 'c++11'.
53-
'-std=c++11',
53+
'-std=c++17',
5454
# ...and the same thing goes for the magic -x option which specifies the
5555
# language that the files to be compiled are written in. This is mostly
5656
# relevant for c++ headers.

0 commit comments

Comments
 (0)