Vicki Pfau
a8999958da
Core: Add shutdown callback
2020-09-09 23:05:11 -07:00
Vicki Pfau
3dcf879e94
Qt: Add CoreManager::getExtdata API
2020-08-25 20:22:41 -07:00
Vicki Pfau
343812e9e6
Core: Fix memory leak loading ELF files
2020-08-17 01:00:36 -07:00
Vicki Pfau
549787227a
Core: Add mTimingScheduleAbsolute
2020-08-10 15:57:38 -07:00
Vicki Pfau
6ab8193279
Core: Fix reported ROM size when a fixed buffer size is used
2020-08-10 00:09:51 -07:00
Vicki Pfau
51c3fca3bf
Util: Refactor TLS out of platform-specific APIs
2020-07-30 18:51:05 -07:00
Vicki Pfau
d339dc7570
Core: Fix thread names that were too long
2020-07-29 18:23:23 -07:00
Vicki Pfau
cdf9105f56
GB MBC: Support for unlicensed Pokemon Jade/Diamond Game Boy mapper
2020-07-07 18:14:33 -07:00
Vicki Pfau
029b0b937a
All: Use calloc instead of malloc in several places
2020-07-07 18:02:34 -07:00
Vicki Pfau
3be21bf595
Core: Add missing BUILD_GLES3 flag
2020-07-06 15:16:08 -07:00
Vicki Pfau
354213515a
Core: Fix warning in DISABLE_THREADING build
2020-06-24 02:18:08 -07:00
Vicki Pfau
a1daf63cdb
Core: Fix mCoreIsCompatible on null vf
2020-06-23 23:21:26 -07:00
Vicki Pfau
3f818f0735
Core: Warn when savedata fails to load from state
2020-06-18 01:31:52 -07:00
Vicki Pfau
7f64f8cf3b
Debugger: Keep track of global cycle count
2020-05-30 18:01:15 -07:00
Crestwave
d9d299fb88
Core: Add portable.ini check for Haiku
2020-02-29 18:58:57 -08:00
Crestwave
71995f77d5
Core: Add support for Haiku's config directory
2020-02-29 18:58:57 -08:00
Vicki Pfau
7d382e82a6
Core: Fix ELF loading regression ( fixes #1669 )
2020-02-16 20:52:18 -08:00
Vicki Pfau
ba186f1a78
Core: Fix integer overflow in ELF loading
2020-02-01 20:49:43 -08:00
Vicki Pfau
7feee35eba
Core: Ensure ELF regions can be written before trying
2020-01-31 18:16:18 -08:00
Vicki Pfau
1002dfd0db
Core: Return null for out of bounds cached tile VRAM querying
2019-12-18 18:22:06 -08:00
Vicki Pfau
5e37df6cf5
Core: Fix unitialized memory issues with graphics caches
2019-11-16 12:18:01 -08:00
Vicki Pfau
b137e459e0
Core: Fix uninitialized variable
2019-10-19 23:37:31 -07:00
Vicki Pfau
b9edcd8d93
Core: Add more memory search ops ( closes #1510 )
2019-10-13 17:31:05 -07:00
Vicki Pfau
8708a0db52
Feature: Switch from ImageMagick to FFmpeg for GIF generation
2019-09-17 19:06:58 -07:00
Vicki Pfau
916d14cd78
Core: Unify duplicated loading functionality, make loads always preload with fixed ROM buffer
2019-07-04 14:18:30 -07:00
Vicki Pfau
981a8bcb7d
mGUI: Refactor fixed ROM buffer code out of cores, add loading progress
2019-06-30 17:57:02 -07:00
Vicki Pfau
6bd38d1565
GBA Cheats: Add support for loading EZ Flash-style cht files
2019-06-30 14:51:27 -07:00
Vicki Pfau
09cce3627b
GB, GBA: Make file type checking functions public API
2019-06-30 11:33:47 -07:00
Vicki Pfau
f3ec9db9d7
Core: Fix crash when exiting game with cheats loaded
2019-06-22 13:03:53 -07:00
Vicki Pfau
3f044a5791
Core: Add support for loading Libretro-style cht files
2019-06-22 13:02:58 -07:00
Vicki Pfau
227121e676
CMake: Begin cleanup
2019-06-20 14:03:40 -07:00
Arves100
120e1006d0
All: Microsoft Visual C++ compatibility code
2019-06-20 13:57:04 -07:00
Vicki Pfau
918caf87c4
Core: Create game-related paths if they don't exist ( fixes #1446 )
2019-06-17 13:29:15 -07:00
Vicki Pfau
5436d2576f
Core: Fix crashes if core directories aren't set
2019-06-01 11:08:28 -07:00
Vicki Pfau
47bf26ff73
OpenGL, Qt: Add interframe blending
2019-05-27 11:53:13 -07:00
Vicki Pfau
1f2bd30b14
Switch: Fix threading-related crash on second launch
2019-05-26 14:26:35 -07:00
Le Hoang Quyen
bb37a60765
Fixed link cable stability
2019-05-17 17:08:30 -07:00
Vicki Pfau
7ea054ee01
All: More warning fixing
2019-05-08 11:25:31 -07:00
Vicki Pfau
11b18311b7
All: Fix some warnings
2019-05-06 17:32:10 -07:00
Vicki Pfau
fbe375fab9
Core: Add support for caching bitmapped modes
2019-04-30 17:44:56 -07:00
Vicki Pfau
a32cb5cc5e
All: Fix several memory leaks
2019-04-22 14:02:42 -07:00
Vicki Pfau
4e39875e7b
Qt: Revamp logging configuration
2019-01-20 21:09:34 -08:00
François Berder
6fecc6d379
Core: Improve handling failures in mCoreSaveStateNamed function ( #1272 )
...
* Core: Do not set time in save state if we could not get the time
Signed-off-by: Francois Berder <fberder@outlook.fr>
* Core: Fix memory leak if gettimeofday or timespec_get failed
Signed-off-by: Francois Berder <fberder@outlook.fr>
* Core: Protect against malloc failure in mCoreSaveStateNamed
Signed-off-by: Francois Berder <fberder@outlook.fr>
2019-01-19 00:28:40 -08:00
Vicki Pfau
741ac61baa
Core: Reroot timing list when (de)scheduling
2018-11-21 23:13:09 -05:00
Vicki Pfau
a748e0c795
All: Partial warnings burndown
2018-10-17 09:21:39 -07:00
Vicki Pfau
6e7c250b19
Core: Remove erroneous log message
2018-09-21 14:32:26 -07:00
Vicki Pfau
9f1b2e9d1d
Core: Finish removing rewindSave option
2018-09-20 11:27:57 -07:00
Vicki Pfau
91eb813e56
Core: Remove disabling rewind affecting savedata
2018-09-17 12:48:56 -07:00
Vicki Pfau
3660246a83
Core: Fix some deadlocks ( fixes #1173 )
2018-09-15 19:52:26 -07:00
Vicki Pfau
af03ad75be
Switch: Initial mGUI port
2018-09-13 18:12:32 -07:00