Vicki Pfau
71c264141e
Merge branch 'master' (early part) into medusa
2025-04-09 22:15:59 -07:00
Vicki Pfau
7664f64e3a
Merge branch 'master' (early part) into medusa
2025-04-09 22:13:32 -07:00
Vicki Pfau
5ec5caebd5
Merge branch 'master' (early part) into medusa
2025-04-09 22:01:26 -07:00
Vicki Pfau
30e455b2e6
Merge branch 'master' (early part) into medusa
2025-04-09 21:56:52 -07:00
Vicki Pfau
4abf928586
Merge branch 'master' (early part) into medusa
2025-04-09 21:55:14 -07:00
Vicki Pfau
aee240075f
Merge branch 'master' (early part) into medusa
2025-04-09 21:53:09 -07:00
Vicki Pfau
b238101f5c
Merge branch 'master' (early part) into medusa
2025-04-09 21:43:27 -07:00
Vicki Pfau
b3e5612f25
Merge branch 'master' (early part) into medusa
2025-04-09 21:39:47 -07:00
Vicki Pfau
05a5654c5a
Merge branch 'master' (early part) into medusa
2025-04-09 21:38:52 -07:00
Vicki Pfau
28a53e3825
Merge branch 'master' (early part) into medusa
2025-04-09 21:37:40 -07:00
Vicki Pfau
e8cd410db2
Merge branch 'master' (early part) into medusa
2025-04-09 21:36:11 -07:00
Vicki Pfau
cfdbdf058e
Merge branch 'master' (early part) into medusa
2025-04-09 21:34:54 -07:00
Vicki Pfau
afe0cf9eef
Merge branch 'master' (early part) into medusa
2025-04-09 21:33:05 -07:00
Vicki Pfau
6c334839f3
Merge branch 'master' (early part) into medusa
2025-04-09 21:25:01 -07:00
Vicki Pfau
1ec984f4fa
Merge branch 'master' (early part) into medusa
2024-06-21 00:46:28 -07:00
Vicki Pfau
faa0e49563
Merge branch 'master' (early part) into medusa
2024-06-21 00:42:31 -07:00
Vicki Pfau
295966ab50
Merge branch 'master' (early part) into medusa
2024-06-21 00:30:38 -07:00
Vicki Pfau
8718d034d4
Merge branch 'master' (early part) into medusa
2024-06-21 00:23:04 -07:00
Vicki Pfau
690f716df5
Merge branch 'master' (early part) into medusa
2024-06-21 00:22:10 -07:00
Vicki Pfau
4d104aeac1
Merge branch 'master' (early part) into medusa
2024-06-21 00:19:59 -07:00
Vicki Pfau
5d0dafbbb1
Merge branch 'master' (early part) into medusa
2024-06-21 00:16:40 -07:00
Vicki Pfau
38c51308c3
Merge branch 'master' (early part) into medusa
2024-06-21 00:14:13 -07:00
Vicki Pfau
91c97825c6
DS Core: Fix build
2024-06-20 23:21:59 -07:00
Vicki Pfau
6940b424df
Qt: Fix non-Multimedia build
2024-03-24 22:07:31 -07:00
Vicki Pfau
04bbcdfdd1
Qt: Fix build
2024-03-24 21:31:53 -07:00
Vicki Pfau
dc29af8262
Qt: Hook up cameras in Qt6
2024-03-24 21:18:41 -07:00
Vicki Pfau
06448e8445
Qt: Get VideoDumper compiling with Qt6
...
Cameras still don't work though
2024-03-24 19:51:09 -07:00
Vicki Pfau
3f21de2b7c
Qt: Port AudioProcessorQt to Qt6
2024-03-24 15:56:00 -07:00
Vicki Pfau
cf0d8fdc28
Qt: Get InputController compiling with Qt6
...
Cameras still don't work though
2024-03-24 15:55:56 -07:00
Vicki Pfau
a2587cb8cf
Util: Code cleanup to remove unreachable code
2024-03-19 21:40:38 -07:00
Vicki Pfau
aa7b9349f8
Core: Clean up thread state mutex usage
2024-03-19 21:30:47 -07:00
Vicki Pfau
c80f3afd77
Qt: Reattach video backend when resetting scripts ( fixes #3167 )
2024-03-18 23:26:01 -07:00
Vicki Pfau
776d52a2c6
Scripting: Export new image masking function
2024-03-18 23:17:42 -07:00
Vicki Pfau
4fdadc585d
GB Audio: Fix audio envelope timing resetting too often ( fixes #3164 )
2024-03-17 19:53:41 -07:00
Vicki Pfau
c8c9fcb665
SDL: Use SDL_GameControllerRumble instead of SDL_JoystickRumble if available
2024-03-12 17:46:25 -07:00
Vicki Pfau
d8ab5529a7
GB: Fix type coercion
2024-03-11 21:55:26 -07:00
TuxSH
369e6a03f4
Fix menu bug that allowed the selection of invalid states when wrap=true
2024-03-11 21:55:04 -07:00
TuxSH
4ee633925c
3DS: Implement 3x sharp bilinear scaling and make it the default
...
- Old method was 2x. 3x looks quite a bit sharper in aspect-fit mode on
non-O2DS as the width is an integer number of half-width pixels. Since
resulting upscaling ratio is 3x:1.5x, this gives very good results,
althought it might be too sharp for your liking (YMMV). Not as much of
a difference in screen-fit mode
- Remove duplicate rendertarget as it was not necessary
2024-03-11 21:55:04 -07:00
Vicki Pfau
c541a79e95
Windows: Fix compilation woes from last commit
2024-03-04 21:52:25 -08:00
oltolm
3571b112dc
fix compilation warnings
2024-02-27 00:43:00 -08:00
oltolm
cf54ddd864
CMake: make compile with mingw-w64 and Qt6
2024-02-27 00:43:00 -08:00
Vicki Pfau
49d9b70e6f
Core: Move rewind state coalescing into mCoreRewindRestore
2024-02-08 17:15:18 -08:00
Vicki Pfau
c917a71ef8
Qt: Improve OpenGLES support and cleanup ifdef maze
2024-02-07 03:38:07 -08:00
Vicki Pfau
55c7c2f48e
CMake: Remove leftover debug print
2024-02-07 01:44:57 -08:00
Vicki Pfau
bba2c131a1
Qt: Shut coverity up a bit more
2024-01-31 15:41:34 -08:00
Vicki Pfau
3b32da60fa
Qt: Attempt to fix MSVC build
2024-01-31 02:36:35 -08:00
Vicki Pfau
7bd877dfbd
Qt: Shut up coverity some, despite this probably not doing anything
2024-01-31 01:22:18 -08:00
Vicki Pfau
eff1785ce0
Qt: Coverity complains about this but I have no idea if it matters
2024-01-30 16:20:52 -08:00
Vicki Pfau
4cdcfe6dd3
Qt: Fix potential null deref
2024-01-30 16:20:52 -08:00
Vicki Pfau
530b997d7e
Qt: Fix uninitialized variable
2024-01-30 16:20:52 -08:00