Commit graph

  • f6851eba95 Libretro: Fix mapped high SRAM start address Vicki Pfau 2024-05-08 17:26:54 -07:00
  • e73f302aee Libretro: Attempt to fix #3202 Vicki Pfau 2024-05-08 17:06:53 -07:00
  • 1ca75446c6 Libretro: Fix audio resampling after GBA fix Vicki Pfau 2024-05-07 22:32:58 -07:00
  • e5333f4e7c GBA Audio: Call audioRateChanged on reset if applicable Vicki Pfau 2024-05-07 22:32:33 -07:00
  • 8106fbf51c Libretro: Fix build Vicki Pfau 2024-05-07 22:05:27 -07:00
  • ff2dfeb516 Util: Clean up VFileOpen backing a bit more Vicki Pfau 2024-05-07 22:02:49 -07:00
  • f3ed68a6b7
    Qt: Update translation (Russian) Milihraim 2024-05-07 13:53:56 +00:00
  • d9e080b9a9 GBA: Prefix SIO constants with GBA_ Vicki Pfau 2024-05-06 15:35:23 -07:00
  • 1d2b8bf918 Libretro: Add Super Game Boy Color support (closes #3188) Vicki Pfau 2024-04-30 02:57:41 -07:00
  • df75204a0b Wii: Fix audio resampling after GBA fix Vicki Pfau 2024-04-27 19:15:04 -07:00
  • 4aba51e955 Vita: Fix audio resampling after GBA fix Vicki Pfau 2024-04-27 18:55:18 -07:00
  • 5e581b0ade 3DS: Fix audio resampling after GBA fix Vicki Pfau 2024-04-27 18:29:29 -07:00
  • 5a28564b12 Switch: Fix audio resampling after GBA fix Vicki Pfau 2024-04-27 18:17:50 -07:00
  • db1e02521e GBA Core: Fix audio sample rate dynamically changing (fixes #3194) Vicki Pfau 2024-04-26 19:05:38 -07:00
  • aae9c502f0 Misc: Fix a slew of less-than-important warnings Vicki Pfau 2024-04-25 01:03:08 -07:00
  • 16a565dc6b Debugger: Actually handle parseLexedExpression returning false Vicki Pfau 2024-04-14 04:22:40 -07:00
  • 87653b7b19 Qt: Fix potential crash when configuring shortcuts Vicki Pfau 2024-04-24 23:19:31 -07:00
  • 88a8f80ebd VFS: Rename USE_VFS_* to ENABLE_VFS_* Vicki Pfau 2024-04-24 22:54:43 -07:00
  • 96702f7db1 Util: Use HAS_IPV6 more where appropriate Vicki Pfau 2024-04-23 22:33:57 -07:00
  • 55add8a2c6 Util: Early exist mAudioBufferRead if the buffer is full Vicki Pfau 2024-04-22 21:42:34 -07:00
  • 2bce03023b GB, GBA Audio: Refactor stream code to do less when no stream is present Vicki Pfau 2024-04-22 21:38:54 -07:00
  • 3f54bcbc87 GB, GBA Audio: More efficient sample writing Vicki Pfau 2024-04-22 04:19:50 -07:00
  • d5e49a5981 All: Remove unmaintained RasPi and Pandora code Vicki Pfau 2024-04-22 03:34:55 -07:00
  • 267167a236 Libretro: Fix non-ENABLE_VFS build Vicki Pfau 2024-04-22 03:24:22 -07:00
  • 21d4f0f5fc All: Split ENABLE_VFS out from MINIMAL_CORE=2 Vicki Pfau 2024-04-22 03:07:54 -07:00
  • 2cbbaea483 Python: Attempt to fix build Vicki Pfau 2024-04-22 03:04:34 -07:00
  • d422cbe65d OpenEmu: Remove upstream core Vicki Pfau 2024-04-22 00:52:26 -07:00
  • fa2fe8eed4 Third-Party: Remove blip_buf Vicki Pfau 2024-04-22 00:49:34 -07:00
  • f51cb153d1 Core: Switch from blip to mAudioResampler Vicki Pfau 2024-04-22 00:42:26 -07:00
  • 89866aff95 GBA Audio: Remove broken XQ audio pending rewrite Vicki Pfau 2024-04-22 00:29:11 -07:00
  • febedc3a38 Util: Allow audio resampler to use different interpolators Vicki Pfau 2024-04-21 16:32:45 -07:00
  • afa8a25b5b Util: Add cosine interpolator Vicki Pfau 2024-04-21 16:26:20 -07:00
  • 2eca3c1477 Vita: Switch to using lw mutexes Vicki Pfau 2024-04-21 03:01:33 -07:00
  • f84208a3e4 GBA Memory: Let raw access read high MMIO addresses Vicki Pfau 2024-04-20 22:55:13 -07:00
  • f298c0185e Qt: Add option to force a specific version of Qt Vicki Pfau 2024-04-20 17:36:31 -07:00
  • 61791c91cb Switch: Fix warnings Vicki Pfau 2024-04-20 02:41:59 -07:00
  • b40cdd070c Switch: Switch to resampling with audren Vicki Pfau 2024-04-20 02:39:36 -07:00
  • 4decb0a9b3
    Qt: Update translation (Italian) Hexaae 2024-04-17 07:12:31 +00:00
  • 5d92c3ca0a SDL: Fix GB audio speed Vicki Pfau 2024-04-16 22:38:49 -07:00
  • 7b2edbd1bd Core: Add functions to get native sample rates Vicki Pfau 2024-04-16 21:01:58 -07:00
  • 73a39dea65 Core: Finally kill off GBAAudioCalculateRatio Vicki Pfau 2024-04-16 20:44:59 -07:00
  • 96a2ef5f42 Util: Enable dropping part of a circle buffer with a null read Vicki Pfau 2024-04-16 02:54:48 -07:00
  • 76169c669a Util: Fix circle buffer dump offset forcing an early wrap Vicki Pfau 2024-04-16 02:54:30 -07:00
  • 9fa825e336 Util: Start bringing up new resampler Vicki Pfau 2024-04-16 01:21:29 -07:00
  • 4bd09bdac2 fix hang in AudioDevice oltolm 2024-03-28 21:37:31 +01:00
  • 4ce4c29667 fix hang in AudioDevice oltolm 2024-03-28 21:37:31 +01:00
  • 6fc9f1bf4a
    Merge 90d9503789 into d1a6e6b747 Dietrich Epp 2024-04-15 10:56:40 +01:00
  • d1a6e6b747 Qt: Add option to lock the maximum frame size (closes #1493) Vicki Pfau 2024-04-14 20:39:58 -07:00
  • be85200b3e Qt: Fix race condition in Qt display driver that could cause division by zero Vicki Pfau 2024-04-14 20:22:11 -07:00
  • e8e6b803f2 Qt: Fix window resizing when no game is loaded Vicki Pfau 2024-04-14 16:54:02 -07:00
  • a999a87607 Debugger: Actually handle parseLexedExpression returning false Vicki Pfau 2024-04-14 04:22:40 -07:00
  • 2d7000c8ae Util: Remove unreachable code Vicki Pfau 2024-04-14 04:18:43 -07:00
  • f13a087b04 Feature: Fix (unused) mVideoProxyBackendRun with block=true Vicki Pfau 2024-04-14 04:17:15 -07:00
  • 237d502404 Util: Add prototype mAudioBuffer wrapper Vicki Pfau 2024-04-13 00:48:37 -07:00
  • fd4175ebf8 Util: Rename CircleBuffer to mCircleBuffer Vicki Pfau 2024-04-12 23:27:37 -07:00
  • b62ae33f38 Util: Change mInterpolator data API Vicki Pfau 2024-04-12 23:17:07 -07:00
  • e8c6613b12 Util: Fix misaligned end pointer case Vicki Pfau 2024-04-12 22:59:08 -07:00
  • ce46b6fe78 Util: Fix overzealous CircleBufferRead/Write16, lots more tests Vicki Pfau 2024-04-12 22:20:12 -07:00
  • c689a7fd48 Util: Add CircleBufferWriteTruncate Vicki Pfau 2024-04-12 21:31:06 -07:00
  • 6d2109dd48 Util: Add offset parameter to CircleBufferDump, more tests Vicki Pfau 2024-04-12 21:27:35 -07:00
  • 042a66bb80 Scripting: Fix leak when freeing painters Vicki Pfau 2024-04-12 20:52:16 -07:00
  • cecb4543c3 Util: Remember to free memory in tests Vicki Pfau 2024-04-12 00:54:54 -07:00
  • bc6a80137f Util: Start adding CircleBuffer tests Vicki Pfau 2024-04-12 00:46:12 -07:00
  • a8023e4f6a Qt: Remove debug message from CMakeLists Vicki Pfau 2024-04-11 20:33:51 -07:00
  • 2d03ae64ba 3DS: Handle audio resampling in DSP Vicki Pfau 2024-04-11 00:47:45 -07:00
  • cbd117eb3a Util: Start bringing up better audio resampling Vicki Pfau 2024-04-10 23:54:40 -07:00
  • 72202544bb Core: Don't trigger watchpoints with access inside of a script (fixes #3050) Vicki Pfau 2024-04-09 00:50:23 -07:00
  • 61172d837f Core: Fix thread not waking up properly on canceling request Vicki Pfau 2024-04-08 19:59:11 -07:00
  • 0ca0ea47d4 Qt: Update translation (Chinese (Simplified)) Vicki Pfau 2024-04-08 22:42:18 +00:00
  • 2037e97fc9 Qt: Update translation (Chinese (Simplified)) Vicki Pfau 2024-04-08 22:42:18 +00:00
  • ac789242cd
    Qt: Update translation (Chinese (Simplified)) Vicki Pfau 2024-04-08 22:42:18 +00:00
  • 0e441527c8 CMake: Rename USE_DEBUGGERS and USE_GDB_STUB to ENABLE_DEBUGGERS and ENABLE_GDB_STUB Vicki Pfau 2024-04-08 03:08:10 -07:00
  • 4652bbb427 Util: Fix #if into #ifdef Vicki Pfau 2024-04-08 02:53:00 -07:00
  • 02b2f5a98a flags.h: Add missing flags Vicki Pfau 2024-04-08 02:52:47 -07:00
  • 455d424685 CMakeLists: Fix strtof_l detection logic Vicki Pfau 2024-04-08 02:11:14 -07:00
  • 47ec447dd0 CMakeLists: Fix strtof_l detection logic Vicki Pfau 2024-04-08 02:11:14 -07:00
  • 04a95a5445 CHANGES: Remove duplicate entry Vicki Pfau 2024-04-08 02:10:58 -07:00
  • 99bae2dc06 GBA GPIO: Fix gyro read-out start (fixes #3141) Vicki Pfau 2024-04-05 00:10:09 -07:00
  • 1f2d0d5056 GBA GPIO: Fix gyro read-out start (fixes #3141) Vicki Pfau 2024-04-05 00:10:09 -07:00
  • e61a324df2 Core: More threading cleanup Vicki Pfau 2024-04-04 22:49:48 -07:00
  • 008a6f3f23 Scripting: Attempt to fix MSVC build Vicki Pfau 2024-04-04 00:31:47 -07:00
  • 104d746c1e Core: Fix some mutex ordering Vicki Pfau 2024-04-04 00:28:58 -07:00
  • b5a2f62c88 SDL: Really fix the build this time Vicki Pfau 2024-04-03 04:59:04 -07:00
  • ee1a860ac4 SDL: Fix build on SDL 2.0.12 Vicki Pfau 2024-04-03 04:57:19 -07:00
  • e9f9c9e37f Merge remote-tracking branch 'weblate/translations' into translations Vicki Pfau 2024-04-03 04:48:01 -07:00
  • 570525bf44 Merge branch 'master' into translations Vicki Pfau 2024-04-03 04:47:54 -07:00
  • 8907131244 Qt: Update translation (Italian) Hexaae 2024-02-25 22:41:33 +00:00
  • 910326f29d Qt: Update translation (Norwegian Bokmål) Imre Kristoffer Eilertsen 2024-02-22 01:36:33 +00:00
  • 33bfd7f752 Qt: Update translation (Portuguese) ssantos 2023-12-18 15:26:35 +00:00
  • af2e2fd517 Qt: Update translation (German) Anatolij Vasilev 2023-11-03 10:39:49 +00:00
  • b78d230ba9 Qt: Update translation (Hungarian) Guih48 2023-10-20 16:42:39 +00:00
  • 0a8470a6d0 Qt: Update translation (Turkish) Enes Çetinkal 2024-01-27 19:42:44 +00:00
  • 3a37c1d3ff Qt: Update translation (Turkish) Ensar Melih Bulut 2023-10-17 20:39:46 +00:00
  • 7af70a69bb Qt: Update translation (Polish) Eryk Michalak 2023-09-30 10:54:29 +00:00
  • 424ef6ff74 Qt: Update translation (Portuguese (Brazil)) Felipe 2023-08-01 13:33:20 +00:00
  • dcb07f6e33 Qt: Update translation (Korean) Hoseok Seo 2023-08-04 02:23:05 +00:00
  • 5acef1c454 Qt: Update translation (Spanish) Momo cao 2023-09-22 00:52:19 +00:00
  • 6e39eb37f6 Qt: Update translation (Spanish) gallegonovato 2023-07-29 11:45:37 +00:00
  • 9320588e45 Qt: Switch SDL controller usage from Joystick to GameController Vicki Pfau 2024-04-03 04:41:54 -07:00
  • 68d120ec55 SDL: Start actually using SDL_GameController for its intended purpose Vicki Pfau 2024-04-03 02:56:29 -07:00