Shawn Hoffman
|
4db06bf85b
|
ogl: init ProgramShaderCache::s_ubo_align to 1.
silences a warning that it may cause div-by-zero.
|
2020-08-27 15:15:52 -07:00 |
|
Shawn Hoffman
|
d35514399e
|
msbuild: fix a typo
|
2020-08-27 15:15:52 -07:00 |
|
Shawn Hoffman
|
fcc8dfd189
|
Common/Assert: no longer needs special impl for msvc
|
2020-08-23 13:57:05 -07:00 |
|
Shawn Hoffman
|
89b6a4cbee
|
DolphinQt: resolve Qt5.15 deprecations
|
2020-08-23 13:57:05 -07:00 |
|
Shawn Hoffman
|
c629af6319
|
replace is_pod with is_standard_layout && is_trivially_copyable
|
2020-08-23 13:57:05 -07:00 |
|
Shawn Hoffman
|
12ea56a6b2
|
remove extraneous WIN32_LEAN_AND_MEAN definition
|
2020-08-23 13:57:05 -07:00 |
|
Shawn Hoffman
|
181e0dba21
|
apply if constexpr in a couple places
|
2020-08-23 13:57:05 -07:00 |
|
Shawn Hoffman
|
ccbc4c2d99
|
fix possible dangling shared_ptr ptr in ios
|
2020-08-23 13:57:05 -07:00 |
|
Shawn Hoffman
|
3ee4c53d65
|
wiimotereal: add some error handling. replace malloc with make_unique
|
2020-08-23 13:57:05 -07:00 |
|
Shawn Hoffman
|
938fd4e438
|
use constexpr for some compile-time expressions
|
2020-08-23 13:57:05 -07:00 |
|
Shawn Hoffman
|
79f5ea0474
|
initialize some variables which need to be
|
2020-08-23 13:57:05 -07:00 |
|
Shawn Hoffman
|
c22748dc38
|
windows: fix some incorrect string lengths
|
2020-08-23 13:55:15 -07:00 |
|
Shawn Hoffman
|
b021573a70
|
GekkoDisassembler: fix rld*
|
2020-08-23 13:55:14 -07:00 |
|
Shawn Hoffman
|
49590c9a42
|
FileUtil: handle some error conditions
|
2020-08-23 13:55:14 -07:00 |
|
Shawn Hoffman
|
3bc8a26083
|
don't use std::move on const variables
|
2020-08-23 13:55:14 -07:00 |
|
Shawn Hoffman
|
1b1fc39f02
|
handle to GetFileVersionInfoW must be zero
|
2020-08-23 13:55:14 -07:00 |
|
Shawn Hoffman
|
6ef9d70701
|
name some threads
|
2020-08-22 17:22:07 -07:00 |
|
Shawn Hoffman
|
a769dff1d0
|
windows: additionally set thread name via SetThreadDescription
|
2020-08-22 17:22:07 -07:00 |
|
LC
|
4a34b74e68
|
Merge pull request #9035 from shuffle2/vs-pretty
misc vcxproj cleanup
|
2020-08-22 20:13:25 -04:00 |
|
Shawn Hoffman
|
cff4806d8d
|
windows: fix build if pch were to be disabled
|
2020-08-22 16:18:24 -07:00 |
|
Shawn Hoffman
|
af55938538
|
msbuild: use the moc dispatcher from Qt's vstools
The new method supports build parallelism and cleaner
integration into msbuild dependency flows.
|
2020-08-22 16:17:51 -07:00 |
|
Shawn Hoffman
|
03a263db20
|
msbuild: fixup linking of discord-rpc
|
2020-08-22 16:17:50 -07:00 |
|
Shawn Hoffman
|
2f47f486af
|
msbuild: re-enable standalone vcxproj processing
|
2020-08-22 16:17:50 -07:00 |
|
Shawn Hoffman
|
1f8cda6281
|
DolphinQt: sort the files in vcxproj
|
2020-08-22 16:17:50 -07:00 |
|
Shawn Hoffman
|
390f509bbf
|
windows: disable C4200 directly in libusb.h
|
2020-08-22 16:17:50 -07:00 |
|
Shawn Hoffman
|
94bf48b67c
|
msbuild: refactor stuff out of project files (for dolphin)
|
2020-08-22 16:17:50 -07:00 |
|
Shawn Hoffman
|
3a0d8c0208
|
msbuild: enable D3DCommon to use pch
|
2020-08-22 16:17:50 -07:00 |
|
Shawn Hoffman
|
36ace8eb52
|
prettify some constructs in vcxproj files
|
2020-08-22 16:17:50 -07:00 |
|
Admiral H. Curtiss
|
f859da112e
|
Update Windows build to use Qt 5.15.0.
|
2020-08-22 20:08:38 +02:00 |
|
Léo Lam
|
55c931d624
|
Merge pull request #8995 from Tilka/warnings
Fix some more GCC warnings
|
2020-08-17 14:49:28 +02:00 |
|
Léo Lam
|
6104018fe1
|
Merge pull request #9020 from Tilka/usb
IOS/USB: fix potential race condition
|
2020-08-17 12:15:26 +02:00 |
|
Shawn Hoffman
|
9a5a705d01
|
Fix comparison to invalidated vector iterator.
GetFstEntryForPath may modify the children vector,
so do it before taking an iterator to the vector.
|
2020-08-16 15:17:11 -07:00 |
|
Shawn Hoffman
|
deb73d0167
|
msvc: temporary workaround for C4789 false positive
|
2020-08-16 12:49:00 -07:00 |
|
LC
|
2c5920dccc
|
Merge pull request #9028 from cristian64/netplaybrowser_deadlock_on_exit
DolphinQt: Prevent deadlock when exiting the NetPlay Session Browser dialog
|
2020-08-16 08:57:35 -04:00 |
|
Christian Aguilera
|
ddeb2236ae
|
Removed RunOnObject() usage to prevent deadlock on exiting the NetPlay Session Browser dialog.
|
2020-08-16 12:32:50 +01:00 |
|
LC
|
6fc7135047
|
Merge pull request #8855 from shuffle2/dol
DolReader: treat overly large data segment as bss
|
2020-08-16 06:02:39 -04:00 |
|
Christian Aguilera
|
eee1589aa3
|
Restoring NetPlay Session Browser dialog's settings before connecting widgets, to prevent multiple refresh requests on change.
|
2020-08-15 22:29:23 +01:00 |
|
JosJuice
|
07a0d44b36
|
Merge pull request #8571 from Pokechu22/di-interrupts
Fix gamecube games not noticing disc changes
|
2020-08-11 20:03:41 +02:00 |
|
JosJuice
|
bd87285f3a
|
FrameDump: Don't ignore the time base numerator
Fixes a regression where f72b756 made all dumped video super long.
|
2020-08-11 11:17:22 +02:00 |
|
Tillmann Karras
|
ca61b6c1ab
|
DiscIO: make use of std::nullopt
This also fixes a bogus GCC warning.
|
2020-08-08 21:53:27 +01:00 |
|
Tillmann Karras
|
d2b06f4786
|
Fix various -Wshadow warnings
|
2020-08-08 21:45:03 +01:00 |
|
Tillmann Karras
|
ee0d4661ab
|
IOS/USB: deduplicate scan thread stopping
Unlike other functions, base ctors/dtors are always called automatically.
|
2020-08-08 21:40:23 +01:00 |
|
Tillmann Karras
|
1f4b9adbf5
|
ISO/USB: fix potential race condition
|
2020-08-08 21:40:23 +01:00 |
|
Tilka
|
a161e58591
|
Merge pull request #8914 from JosJuice/jit64-low-dcbz
Jit64: Implement low DCBZ hack
|
2020-08-08 21:19:16 +01:00 |
|
Tilka
|
8b236fc8f8
|
Merge pull request #8986 from jordan-woyak/button-pressed-no-ext
WiimoteEmu: Don't check extension button press for Wii remote reconnection.
|
2020-08-08 21:06:46 +01:00 |
|
Tilka
|
c0fde32d80
|
Merge pull request #9019 from JosJuice/verify-wad-split-tmd-ticket
VolumeVerifier: Split TMD error from ticket error for WADs
|
2020-08-08 21:05:21 +01:00 |
|
JosJuice
|
76228fa482
|
Jit64: Implement low DCBZ hack
I was hoping this would improve the performance of Cars 2 by
avoiding interpreter fallbacks, but it doesn't seem to have
made any measurable impact.
|
2020-08-08 22:03:34 +02:00 |
|
Tilka
|
3101d957b6
|
Merge pull request #8886 from JosJuice/stack-check-instruction
PatchEngine: Attempt to fix crash in IsStackSane
|
2020-08-08 20:59:48 +01:00 |
|
Tilka
|
6356cc8b08
|
Merge pull request #8910 from OatmealDome/os-deprecated-cleanup
Analytics: Replace usage of Gestalt for retrieving macOS version
|
2020-08-08 20:53:14 +01:00 |
|
Tilka
|
f17b5dd41b
|
Merge pull request #8804 from iwubcode/dsu-improvements
DolphinQt / InputCommon - Support multiple DSU servers
|
2020-08-08 20:45:57 +01:00 |
|