Tobias
08e508e846
Port yuzu-emu/yuzu#4472: "perf_stats: Mark GetMeanFrametime() as const" ( #5498 )
...
The general pattern is to mark mutexes as mutable when it comes to
matters of constness, given the mutex acts as a transient member of a
data structure.
Co-Authored-By: LC <lioncash@users.noreply.github.com>
2020-08-29 17:29:20 +02:00
Schplee
a5fd11c213
Merge pull request #5500 from FearlessTobi/port-4464-4505
...
Port yuzu-emu/yuzu#4464 and yuzu-emu/yuzu#4505 : Update clang format to version 10.0
2020-08-28 12:13:30 -07:00
Lioncash
1255d82b67
General: Tidy up clang-format warnings
2020-08-28 21:10:42 +02:00
Marshall Mohror
855dc9f0fc
Merge pull request #5518 from tywald/change-log-level
...
cubeb_sink: Change a log from INFO to DEBUG level
2020-08-28 13:54:36 -05:00
Marshall Mohror
88c0288cb1
Merge pull request #5521 from xperia64/fix_hotkey_ordering
...
Fix hotkey ordering
2020-08-28 13:53:40 -05:00
Marshall Mohror
550cc859b5
Merge pull request #5524 from FearlessTobi/port-4582
...
Port yuzu-emu/yuzu#4582 : "externals: Update Xbyak to 5.95"
2020-08-28 13:30:44 -05:00
Marshall Mohror
69f4aacccf
Merge pull request #5531 from FearlessTobi/port-4536
...
Port yuzu-emu/yuzu#4536 : "yuzu: Resolve -Wextra-semi warnings"
2020-08-28 13:29:22 -05:00
Marshall Mohror
f2d26eb73b
Merge pull request #5532 from FearlessTobi/port-4531
...
Port yuzu-emu/yuzu#4531 : "yuzu: Make use of qOverload where applicable"
2020-08-28 13:28:48 -05:00
Marshall Mohror
2a676858be
Merge pull request #5527 from FearlessTobi/port-4518
...
Port yuzu-emu/yuzu#4518 : "CMakeLists: Update fmt to 7.0.3"
2020-08-28 13:19:43 -05:00
Lioncash
1e2e9e555a
yuzu: Make use of qOverload where applicable
...
Eliminates a verbose function cast.
2020-08-28 16:55:55 +02:00
Lioncash
8d6927dc4c
yuzu: Resolve -Wextra-semi warnings
...
While we're in the same area, we can ensure GameDir member variables are
always initialized to consistent values.
2020-08-28 16:43:17 +02:00
Lioncash
41f42d8df3
common: Silence two discarded result warnings
...
These are intentionally discarded internally, since the rest of the
public API allows querying success. We want all non-internal uses of
these functions to be explicitly checked, so we can signify that we
intentionally want to discard the return values here.
2020-08-28 16:32:13 +02:00
FearlessTobi
0ca0aad946
CMakeLists: Update fmt to 7.0.3
...
Keeps the library up to date and fixes a few bugs
Co-Authored-By: LC <712067+lioncash@users.noreply.github.com>
2020-08-28 16:00:00 +02:00
FearlessTobi
8164e58eab
externals: Update Xbyak to 5.95
...
5.95 contains a potentially backward-compatibility breaking change, so
we should be updating to this to ensure that our code remains
forward-compatible.
Co-Authored-By: LC <712067+lioncash@users.noreply.github.com>
2020-08-28 03:19:15 +02:00
xperia64
9a6fb16c06
Hotkeys were carelessly added out of alphabetical order, and notably broke in the 'Restore Hotkeys' PR
2020-08-23 15:16:38 -04:00
xperia64
07d2daf2f9
Fix order
2020-08-21 21:47:57 -04:00
tywald
3d9d071262
cubeb_sink.cpp: Change one log from INFO to DEBUG level.
2020-08-20 20:22:50 +02:00
Vitor Kiguchi
08e4614817
interface.h: forward declare resolution
2020-08-20 01:30:13 -03:00
Vitor Kiguchi
683fb833f2
camera_util.cpp: remove unnecessary includes
2020-08-20 01:30:13 -03:00
Vitor Kiguchi
7bcfff4e71
clang format
2020-08-19 01:45:57 -03:00
Vitor Kiguchi
a6efc7c1ee
Separate the enums from cam/cam.h
...
The settings.h file doesn't actually need all of the definitions
on cam.h, only some of the enums. They can, therefore, be separated
into another file, which is included by settings.h instead.
The other changes are fixing files that included settings.h and
depended on indirect includes from includes of includes of cam.h
2020-08-19 01:45:57 -03:00
Luke Street
21d7c4faa8
Avoid incorrect casts to QDropEvent
2020-08-18 23:24:06 -04:00
Vitor Kiguchi
9d99755d4f
configure_camera: forward declare CameraInterface
2020-08-17 21:07:38 -03:00
Vitor Kiguchi
9c2986de41
profiler: remove unnecessary includes
2020-08-17 18:31:58 -03:00
Vitor Kiguchi
9394724902
main: forward declare QLabel
2020-08-17 18:17:42 -03:00
xperia64
1d5d278f8d
Don't translate hotkey text
2020-08-10 23:06:22 -04:00
FearlessTobi
09ebfebc91
CMakeLists: Update CLANG_FORMAT_POSTFIX to 10.0
...
This was forgotten to be changed in previous PRs.
2020-08-08 18:56:58 +02:00
FearlessTobi
8f05bb780a
ci: Make use of clang-format 10.0
...
10.0 seems to play nicer with C++ attributes compared to clang-format
6.0.
2020-08-08 18:56:58 +02:00
Pengfei Zhu
f72be7af2d
Merge pull request #5497 from GMaxera/fix-broken-mac-os-travis-build
...
Use gtimeout on Mac OS job to incrementally build up ccache
2020-08-07 20:30:52 +08:00
Gianluca Massera
52470d5f60
Use gtimeout on Mac OS job to incrementally build up ccache
2020-08-07 12:39:10 +01:00
Valeri
57da84ba63
Add LGTM static analyzer config file ( #5495 )
...
* Add LGTM static analyzer config file
* Install clang-format-6.0 as gets installed anyways
2020-08-07 09:34:39 +08:00
Marshall Mohror
b94f21eacd
Merge pull request #5462 from FearlessTobi/port-4376
...
Port yuzu-emu/yuzu#4376 : "frontend: Improve wait tree readability for dark themes"
2020-07-28 12:27:54 -05:00
xperia64
b4ec50ba21
Actually return true if InitMFDLL succeeded ( #5470 )
2020-07-23 00:46:10 -04:00
Pengfei Zhu
c3673ac9cd
Merge pull request #5468 from citra-emu/zhaowenlan1779-patch-1
...
Update scan_dll.py
2020-07-22 23:13:00 +08:00
Pengfei Zhu
967f6500cf
Update scan_dll.py
...
Fix the current crossbuilding issue
2020-07-22 21:55:39 +08:00
Marshall Mohror
a34888804b
Merge pull request #5464 from FearlessTobi/port-4347
...
Port yuzu-emu/yuzu#4347 : "settings: Make use of std::string_view over std::string for logging"
2020-07-21 08:46:18 -05:00
FearlessTobi
08f3fdfaec
settings: Make use of std::string_view over std::string for logging
...
In all usages of LogSetting(), string literals are provided.
std::string_view is better suited here, as we won't churn a bunch of
string allocations every time the settings are logged out.
While we're at it, we can fold LogSetting() into LogSettings(), given
it's only ever used there.
Co-Authored-By: Mat M. <lioncash@users.noreply.github.com>
2020-07-19 15:07:16 +02:00
David Marcec
7c578b0579
frontend: Improve wait tree readability for dark themes
2020-07-19 14:41:50 +02:00
Marshall Mohror
d88d22080d
Merge pull request #5453 from FearlessTobi/port-4221
...
Port yuzu-emu/yuzu#4221 : "cmake: stop linking against QGL"
2020-07-14 09:26:43 -05:00
Marshall Mohror
f6ced5def0
Merge pull request #5452 from FearlessTobi/port-4287
...
Port yuzu-emu/yuzu#4287 : "CMakeLists: Update fmt to 7.0.1"
2020-07-14 09:26:24 -05:00
Ben
1722701c07
[WIP] NCCHContainer: support for partitions if container is NCSD ( #5345 )
...
* GetProgramLaunchInfo: improve to for 3ds files
* NCSD: allow to load other partitions
* fix typo
* Update src/core/hle/service/fs/fs_user.cpp
Co-authored-by: Valentin Vanelslande <vvanelslandedev@gmail.com>
* Update src/core/hle/service/fs/fs_user.cpp
Co-authored-by: Valentin Vanelslande <vvanelslandedev@gmail.com>
Co-authored-by: Marshall Mohror <mohror64@gmail.com>
Co-authored-by: Valentin Vanelslande <vvanelslandedev@gmail.com>
2020-07-14 09:14:30 -05:00
Marshall Mohror
897e473da4
Merge pull request #5332 from Dragios/fix-exe-path
...
Correct output paths for executable binaries in CMakeLists.txt
2020-07-14 09:10:11 -05:00
Marshall Mohror
a83f819160
Merge pull request #5317 from MerryMage/compile-on-10.13
...
travis: Compile on macOS 10.13 with more up to date compiler
2020-07-14 09:06:03 -05:00
FearlessTobi
88edf9d62c
cmake: stop linking against QGL
...
Co-Authored-By: Jan Beich <jbeich@users.noreply.github.com>
2020-07-11 19:06:31 +02:00
FearlessTobi
97d1430ee5
CMakeLists: Update fmt to 7.0.1
...
Keeps the package up to date with the latest major release of fmt.
This version brings in quite a bit of improvements, such as code size
reduction, etc.
Co-Authored-By: Mat M. <lioncash@users.noreply.github.com>
2020-07-11 18:52:36 +02:00
Tobias
96fa75fb93
discord_impl: Update the client ID ( #5449 )
...
THis should hopefully fix Rich Presence for CItra.
2020-07-08 23:45:54 +02:00
Marshall Mohror
f4e727cc19
Merge pull request #5420 from citra-emu/xglTextureBarrier
...
videocore: When an image is the current framebuffer and is sampled, make a copy instead of using glTextureBarrier
2020-07-07 16:45:27 -05:00
BreadFish64
60282f35fe
fix clang format
2020-07-07 16:43:42 -05:00
Marshall Mohror
bd7ee8c315
Common: remove a mod from AlignUp ( #5441 )
...
In cases where the size is not a known constant when inlining, AlignUp<std::size_t> currently generates two 64-bit div instructions.
This generates one div and a cmov which is significantly cheaper.
2020-07-07 16:39:23 -05:00
Pengfei Zhu
835efd321e
Merge pull request #5438 from zhaobot/tx-update-20200701011708
...
Update translations (2020-07-01)
2020-07-07 20:39:14 +08:00