de5941d6f8
Merge pull request #8878 from JosJuice/actually-disable-tgc-conversion
...
DolphinQt: Actually disable converting from TGC
2020-06-16 19:39:40 +01:00
a2b7627d66
Merge pull request #8860 from Ebola16/Emu
...
Android: Disallow multiple launcher activities
2020-06-16 19:38:55 +01:00
851b438419
Merge pull request #8844 from Ebola16/RGL
...
Android: Refresh game library when resuming (Tv)MainActivity
2020-06-16 18:08:48 +02:00
1e6925e423
Android: Disallow multiple launcher activities
2020-06-16 11:52:58 -04:00
c236d89f64
DolphinQt: Actually disable converting from TGC
...
When I made PR 8773, I only covered the case where multiple files
are selected, not the more common case where one file is selected.
Oops
2020-06-16 11:21:44 +02:00
d4418a2b43
Merge pull request #8877 from JosJuice/convert-fail-message
...
DolphinQt: Make conversion error messages actually show up
2020-06-16 09:59:03 +01:00
26789163e2
Merge pull request #8876 from JosJuice/multiselect-crash
...
DolphinQt: Fix crash on right-clicking multiple games
2020-06-16 09:50:30 +01:00
20a3119d7a
DolphinQt: Make conversion error messages actually show up
...
I don't know why QErrorMessage doesn't work, but ModalMessageBox
works, so let's use ModalMessageBox.
2020-06-16 10:39:40 +02:00
2b25e1d6b9
DolphinQt: Don't show success message when converting missing file
2020-06-16 10:35:00 +02:00
349cdd5136
DolphinQt: Fix crash on right-clicking multiple games
...
GetSelectedGames() constructs a new list each time you call it.
2020-06-16 10:33:18 +02:00
6b0476b101
Merge pull request #8839 from Miksel12/ini-changes-3
...
INI changes
2020-06-14 23:19:02 +01:00
f7f23637d1
INI changes
2020-06-14 16:14:29 +02:00
f9f4734237
Merge pull request #8850 from JosJuice/block-size-warning
...
Show an OSD message when running a disc image with a large block size
2020-06-14 15:03:32 +01:00
ad85012172
Merge pull request #8843 from Techjar/fastmem-ui
...
DolphinQt: Add fastmem option to debugger UI
2020-06-14 14:54:32 +01:00
9f5e6edc34
Merge pull request #8809 from Ebola16/ABB
...
Replace some acronyms
2020-06-14 14:30:52 +01:00
2a70d86d55
Replace some acronyms
2020-06-14 08:37:24 -04:00
bf83e3eea0
Merge pull request #8845 from Ebola16/DISC2
...
Android: Display disc number instead of company if mulipart disc
2020-06-14 12:20:36 +01:00
63c53ebc87
Merge pull request #8836 from Ebola16/REC
...
Android: Add recursive game paths to UI
2020-06-14 12:16:08 +01:00
cb54fc7543
Merge pull request #8857 from JosJuice/qt-bounding-box-width
...
DolphinQt: Use QFontMetrics::boundingRect instead of QFontMetrics::width
2020-06-14 12:10:33 +01:00
d9e05559c9
Merge pull request #8862 from tokumeiwokiboushimasu/master
...
Specify the system minizip's include directory
2020-06-14 11:49:01 +01:00
0ef9b998ce
Merge pull request #8658 from orbea/glslang
...
Externals: Update glslang.
2020-06-13 18:43:53 +01:00
6fb6d16f0a
Specify the system minizip's include directory
...
Without this, build fails on Fedora32.
2020-06-11 17:15:41 +09:00
bf11c2b74b
Merge pull request #8842 from Tilka/dsp
...
DSPSpy usability improvements
2020-06-10 09:14:30 +02:00
70ce62adf7
Merge pull request #8854 from Ebola16/ASD2
...
Android: Add option to disallow SD card writes
2020-06-09 10:40:19 -07:00
87330ae524
DolphinQt: Use QFontMetrics::boundingRect instead of QFontMetrics::width
...
See https://kdepepo.wordpress.com/2019/08/05/about-deprecation-of-qfontmetricswidth/
2020-06-08 12:32:36 +02:00
1c89e61d53
Android: Add option to disallow SD card writes
2020-06-08 03:45:59 -04:00
a56e6be999
DSPSpy: sync Makefile with current devkitPro template
2020-06-08 04:21:41 +01:00
fb041f75e5
DSPSpy: save and restore $sr properly
2020-06-08 04:21:41 +01:00
3118a68246
DSPSpy: show register names instead of numbers
...
also print summed $prod and individual $sr bits
2020-06-08 04:21:41 +01:00
4c64e18b24
Merge pull request #8852 from Tilka/dsp2
...
DSP: fix typos and improve docs
2020-06-08 04:56:10 +02:00
48f96491e8
docs/DSP: fix typos in 'S and 'SN and improve readability
2020-06-08 03:41:45 +01:00
d5c00b8909
DSPSymbols: fix off-by-one error
2020-06-08 03:41:45 +01:00
162e3be82b
Show an OSD message when running a disc image with a large block size
...
This is intended to catch WIA files which have been created using
wit's default parameters (40 MiB block size), once the WIA PR is
merged. The check does however also work for GCZ files – not that
I think anyone has a GCZ file with a block size that large.
2020-06-07 14:11:00 +02:00
94f317010e
Merge pull request #8847 from Techjar/faster-file-path
...
Qt/GameListModel: Use absolutePath for file path column
2020-06-06 22:56:38 +01:00
d89162c8ad
Merge pull request #8848 from JosJuice/fix-build
...
Fix build
2020-06-06 15:46:32 +02:00
b4584abaa6
Fix build
...
There was a race condition between two PRs incrementing the
array size. CI didn't catch it because the PR that was merged
last (PR #8824 ) wasn't rebuilt after the first PR was merged.
2020-06-06 15:09:48 +02:00
9f7c72b7eb
Merge pull request #8824 from Techjar/sd-read-only
...
Add option to disallow SD card writes
2020-06-06 07:02:02 -04:00
fa208c4acd
Qt/GameListModel: Use absolutePath for file path column
...
canonicalPath is orders of magnitude slower as it has to perform actual
disk I/O to resolve symlinks, which makes sorting by this column
ridiculously slow for large game lists, especially if the games are on
a NAS. We probably don't need that, simply resolving relative paths
should be sufficient.
2020-06-06 05:24:23 -04:00
3b1e6f3b7f
Android: Display disc number instead of company if mulipart disc
2020-06-04 04:12:12 -04:00
9ee0740c2d
Android: Refresh game library when resuming (Tv)MainActivity
2020-06-02 16:45:23 -04:00
5c38727651
DolphinQt: Add fastmem option to debugger UI
2020-06-02 06:18:52 -04:00
84d67b3547
Merge pull request #8841 from Techjar/remove-result-of
...
Replace usage of std::result_of with std::invoke_result
2020-06-01 18:44:45 -04:00
209308a4d6
Replace usage of std::result_of with std::invoke_result
...
std::result_of is deprecated in C++17, and removed in C++20. Microsoft
has gone ahead with the removal as of Visual Studio 16.6.0, so before
this change our code is broken there.
2020-06-01 17:33:18 -04:00
9ea8f29765
Android: Conditionally respond to modified settings
2020-06-01 07:43:19 -04:00
4fc8674a7a
Merge pull request #8837 from Tilka/dsp
...
DSPSpy: fix register editing using GC pad on Wii
2020-05-31 22:21:14 +01:00
b805c3511d
Translation resources sync with Transifex
2020-05-31 21:08:33 +02:00
b0258af530
DSP/Interpreter: fix comments not matching opcode table
2020-05-31 15:21:20 +01:00
198a307db3
DSP/Interpreter: simplify switch
2020-05-31 15:21:20 +01:00
89de40a22e
DSP/Interpreter: remove redundant masking
2020-05-31 15:21:19 +01:00
ce1846e53f
DSPSpy: fix register editing using GC pad on Wii
2020-05-31 15:21:19 +01:00