Vicki Pfau
|
f51cb153d1
|
Core: Switch from blip to mAudioResampler
|
2024-04-22 00:47:42 -07:00 |
|
Vicki Pfau
|
7b2edbd1bd
|
Core: Add functions to get native sample rates
|
2024-04-16 21:02:55 -07:00 |
|
Vicki Pfau
|
73a39dea65
|
Core: Finally kill off GBAAudioCalculateRatio
|
2024-04-16 21:02:55 -07:00 |
|
Vicki Pfau
|
0e441527c8
|
CMake: Rename USE_DEBUGGERS and USE_GDB_STUB to ENABLE_DEBUGGERS and ENABLE_GDB_STUB
ENABLE flags are for optional features, USE flags are for optional dependencies
|
2024-04-08 03:08:10 -07:00 |
|
Vicki Pfau
|
e61a324df2
|
Core: More threading cleanup
|
2024-04-04 23:00:41 -07:00 |
|
Vicki Pfau
|
49d9b70e6f
|
Core: Move rewind state coalescing into mCoreRewindRestore
|
2024-02-08 17:15:18 -08:00 |
|
Vicki Pfau
|
1fc37e9962
|
Core: Migrate thread context TLS to its own key
|
2024-01-30 02:59:52 -08:00 |
|
Steveice10
|
398df56ac9
|
core: Add support for specifying an arbitrary portable directory.
|
2024-01-29 20:21:18 -08:00 |
|
Vicki Pfau
|
200e846b81
|
Core: Begin modernizing game override API (fixes #2963)
|
2023-06-26 04:43:26 -07:00 |
|
Vicki Pfau
|
294470d940
|
Core: Add getPeripheral function
|
2023-06-01 00:05:41 -07:00 |
|
Martin Murtiono
|
c9585b8abe
|
Qt: Make rewind speed adjustable (#2902)
|
2023-04-29 00:36:01 -07:00 |
|
Vicki Pfau
|
603c1800d5
|
Util: Move some image stuff around
|
2023-03-21 21:59:49 -07:00 |
|
Vicki Pfau
|
96d0193136
|
Merge branch 'feature/canvas'
|
2023-03-19 02:25:31 -07:00 |
|
Vicki Pfau
|
ea3e6d6b54
|
Core: Fixx M_*8 macros
|
2023-03-15 20:53:01 -07:00 |
|
Vicki Pfau
|
dd531637c2
|
Core: Revise screen size/info API
|
2023-03-03 19:25:14 -08:00 |
|
Vicki Pfau
|
a4d1268db4
|
Core: Export screenshot dimensions in savedata extdata
|
2023-01-28 17:49:00 -08:00 |
|
Vicki Pfau
|
1584023f34
|
Core: Round out input API pre-revamp
|
2023-01-22 19:38:01 -08:00 |
|
Vicki Pfau
|
8665b28f0d
|
Core: Interrupt timing during reset (fixes #2651)
|
2022-10-09 22:07:58 -07:00 |
|
Vicki Pfau
|
c57075a539
|
Scripting: Buildfix
|
2022-09-21 20:04:56 -07:00 |
|
Adam Higerd
|
d852c7c8f0
|
Scripting: add socket bindings
|
2022-09-21 20:01:12 -07:00 |
|
Vicki Pfau
|
5dbe240442
|
Qt: Resume crashed game when loading a save state
|
2022-09-11 02:51:24 -07:00 |
|
Vicki Pfau
|
82ce165211
|
FFmpeg: Support dynamic audio sample rate
|
2022-08-06 18:20:36 -07:00 |
|
Vicki Pfau
|
8997055fc0
|
Core: Migrate SDL logging enhancements into core
|
2022-07-09 02:34:10 -07:00 |
|
Vicki Pfau
|
57880bf674
|
Core: Add romSize function
|
2022-07-02 22:49:47 -07:00 |
|
Vicki Pfau
|
9515de7212
|
Scripting: Add loading API
|
2022-07-01 00:34:33 -07:00 |
|
Vicki Pfau
|
2969a8bf7a
|
Core: Fix cache writes that span multiple tiles
|
2022-06-27 21:10:16 -07:00 |
|
Vicki Pfau
|
4851109027
|
Core: Add wallclock offset RTC type
|
2022-06-16 21:57:45 -07:00 |
|
Vicki Pfau
|
33b3d33da2
|
Core: Rename GBAStereoSample to mStereoSample
|
2022-06-15 18:39:38 -07:00 |
|
Vicki Pfau
|
304d8d1a4d
|
Scripting: More API cleanup
|
2022-05-27 20:19:28 -07:00 |
|
Vicki Pfau
|
28d7bfdffc
|
Scripting: Add prototype "buffer" pseudo-TUI interface
|
2022-05-27 20:19:28 -07:00 |
|
Vicki Pfau
|
304a8d1655
|
Scripting: Split macros into separate header
|
2022-05-27 20:19:28 -07:00 |
|
Vicki Pfau
|
cb9d45caee
|
Scripting: Add savestate slot access
|
2022-05-27 20:19:28 -07:00 |
|
Vicki Pfau
|
f3ba5f7692
|
Scripting: API cleanup
|
2022-05-27 20:19:28 -07:00 |
|
Vicki Pfau
|
17d2373975
|
Scripting: Add "console" logger bridge
|
2022-05-27 20:19:28 -07:00 |
|
Vicki Pfau
|
7bb051b01d
|
Scripting: Start hooking things together
|
2022-05-27 20:19:28 -07:00 |
|
Vicki Pfau
|
ce3710323b
|
Scripting: Start working on mCore bridge
|
2022-05-27 20:19:28 -07:00 |
|
Vicki Pfau
|
f3c26add07
|
Core: Add mCoreTakeScreenshotVF function
|
2022-05-27 14:29:17 -07:00 |
|
Vicki Pfau
|
87738ba8f3
|
Core: Migrate register access API from debugger into core
|
2022-05-16 15:58:50 -07:00 |
|
Vicki Pfau
|
af043e0792
|
Core: Add getKeys API
|
2022-05-16 15:12:21 -07:00 |
|
Vicki Pfau
|
bc9bb43f88
|
Debugger: Add poll interrupting
|
2022-04-03 02:49:05 -07:00 |
|
Vicki Pfau
|
64d8dd1b69
|
GBA Cheats: Implement "never" type codes (closes #915)
|
2022-02-22 19:40:21 -08:00 |
|
Vicki Pfau
|
ad00b2f883
|
Core: Fix the runloop resuming after a game has crashed (fixes #2451)
|
2022-02-18 22:09:14 -08:00 |
|
Vicki Pfau
|
c829cd2e70
|
GB MBC: Improved support for HuC-3 mapper
|
2022-02-04 02:32:07 -08:00 |
|
Vicki Pfau
|
9a85fc8a5a
|
Core: Frame counter should be unsigned
|
2022-01-15 15:30:41 -08:00 |
|
Vicki Pfau
|
ea1abe2fcc
|
Core: Add creator metadata extdata to savestates
|
2022-01-04 03:55:28 -08:00 |
|
Vicki Pfau
|
58ddecb830
|
Core: Add mCoreConfigGetBoolValue
|
2021-12-02 17:55:02 -08:00 |
|
Vicki Pfau
|
dfd44b280f
|
Qt: Pay down technical debt with map caches
|
2021-11-17 17:52:25 -08:00 |
|
Vicki Pfau
|
858267da3f
|
GBA: Add flag to allow opposing inputs in key callbacks (fixes #2334)
|
2021-11-10 13:12:55 -08:00 |
|
Vicki Pfau
|
b1ff578201
|
Qt: Only set default controller bindings if loading fails (fixes #799)
|
2021-06-20 00:34:45 -07:00 |
|
Vicki Pfau
|
2a316ee1dc
|
Core: Suspend runloop when a core crashes
|
2021-05-06 00:14:10 -07:00 |
|