Commit Graph

43021 Commits

Author SHA1 Message Date
meepingsnesroms 56d22d4564 Add eclipse ide files to gitignore 2018-02-17 15:55:59 -08:00
twinaphex 9bdb6291b0 (input device ID) Should no longer crash when pressing left on
this entry when no devices are connected
2018-02-18 00:49:26 +01:00
twinaphex 175672dedc Fix ifdef 2018-02-17 20:02:18 +01:00
twinaphex 064ea5368e (Xbox 1) Add SSE/MMX 2018-02-17 19:59:26 +01:00
twinaphex bf610ba2e6 (D3D) Prevent crash with D3D8 2018-02-17 19:19:16 +01:00
twinaphex 7acd4b1847 (Windows) Buildfixes - use fseek for MSVC 2003 and earlier 2018-02-17 19:11:49 +01:00
Andrés dcf7ae855e
Merge pull request #6313 from fr500/master
subsystem fix
2018-02-17 12:44:08 -05:00
radius fd767f65bd subsystem fix 2018-02-17 12:28:19 -05:00
Twinaphex f94c798792
Update CHANGES.md 2018-02-17 16:44:08 +01:00
twinaphex b6347420d3 Set 1.7.1 2018-02-17 16:43:51 +01:00
twinaphex 0de6af43bb Set cache_context to false by default 2018-02-17 15:18:28 +01:00
twinaphex 64db75a62e Prevent MSVC warning 2018-02-17 14:28:30 +01:00
twinaphex 11289367cf Subsystem should work now with archives when using 'Open' instead of
'Load'
2018-02-17 12:40:00 +01:00
twinaphex 7b52b4a258 Add some placeholder code 2018-02-17 12:23:15 +01:00
twinaphex 7e45bd93f6 (configuration.c)
- Fix Coverity leak
- Stylistic nits
2018-02-17 11:55:39 +01:00
twinaphex 242eef6a6d Prevent problems with empty strings in the future 2018-02-17 11:41:25 +01:00
twinaphex 89cd494ab7 (WiiU) Buildfix 2018-02-17 11:27:14 +01:00
Twinaphex 9bd18e22ba
Merge pull request #6312 from fr500/master
fix potential wiiu crash
2018-02-17 09:36:13 +01:00
Twinaphex f48cce2334
Merge pull request #6311 from GregorR/netplay-discovery-string-length-bug
Fix bug in string length in strlcpy.
2018-02-17 09:03:17 +01:00
radius 7913b88853 fix potential wiiu crash 2018-02-17 00:10:08 -05:00
Gregor Richards 8cf4127695 Fix bug in string length in strlcpy. 2018-02-16 19:31:00 -05:00
twinaphex 5888718c04 (Zarch) Buildfix 2018-02-16 21:47:42 +01:00
twinaphex 070c09faec Avoid more pointer grabbing for video driver ptr 2018-02-16 20:42:37 +01:00
twinaphex 35f1c9ba33 (menu display driver) Get rid of remaining pointer grabbing 2018-02-16 19:42:13 +01:00
twinaphex 407d7e2c4e (menu display) Get rid of more pointer grabbing 2018-02-16 19:25:19 +01:00
twinaphex a05d3bc4f7 Update 2018-02-16 19:15:55 +01:00
twinaphex a0ba515337 Update 2018-02-16 19:08:16 +01:00
twinaphex d19aebc0bf (menu_display_gl) Remove unused pointer variable 2018-02-16 18:26:11 +01:00
twinaphex b25e2ce4e8 reduce more calls to video_driver_get_ptr 2018-02-16 17:54:39 +01:00
twinaphex 964e9db588 Reduce calls to video_driver_get_ptr - set it once for
video_frame_info_t
2018-02-16 17:19:55 +01:00
twinaphex 1e2d8de9ca Move renderchain code to the relevant files 2018-02-16 11:24:10 +01:00
twinaphex f5efddb7ec Cleanup 2018-02-15 21:10:10 +01:00
Twinaphex d7ab78d923
Merge pull request #6306 from GameDragon2k/master
RetroAchievements reset addition buffer
2018-02-15 20:53:42 +01:00
GameDragon2k 44d3561468 Reset Add buffer when hit condition is triggered 2018-02-15 14:30:46 -05:00
twinaphex 2b02616512 Disable ENABLE_TOUCH_SCREEN_MOUSE for now until issues are resolved 2018-02-15 14:50:14 +01:00
twinaphex ff831a7d99 Silence Coverity warning 2018-02-15 13:07:46 +01:00
twinaphex ddf34bacfd Disable D3D10 for now by default until it gets menu display driver
support and shader support
2018-02-15 12:46:37 +01:00
twinaphex bda5e67b48 (PS3) Use fseek for PS3 - fseeko not available 2018-02-15 06:50:15 +01:00
Twinaphex 8bea9ceadb
Merge pull request #6303 from fr500/master
fix a bug with the || clean-up, tried to clean up the whole thing a bit
2018-02-15 06:21:19 +01:00
radius 789897481b fix a bug with the || clean-up, tried to clean up the whole thing a bit 2018-02-14 22:32:19 -05:00
Twinaphex be87075618
Merge pull request #6302 from bparker06/fseek
use 64-bit file offsets/seeking on windows
2018-02-14 07:29:34 +01:00
Brad Parker 95bb7f5aa5 use 64-bit file offsets/seeking on windows 2018-02-14 06:16:12 +00:00
twinaphex b01ac41c5f (XMB) C89 fixes 2018-02-14 05:42:42 +01:00
Twinaphex 186528a7e0
Merge pull request #6301 from fr500/master
remove the empty || that is shown when FPS display is disabled
2018-02-14 05:11:15 +01:00
radius 5b99a74cd8 remove the empty || that is shown when FPS display is disabled 2018-02-13 22:43:34 -05:00
Twinaphex a6539570a2
Merge pull request #6300 from GameDragon2k/master
Small fix for certain RetroAchievement conditions.
2018-02-14 03:59:21 +01:00
GameDragon2k 468256a8f8 Reset hits after evaluation. 2018-02-13 21:56:04 -05:00
GameDragon2k 79219c1640 Fix issue regarding Add Hits condition type 2018-02-13 21:43:41 -05:00
twinaphex 71b423c572 Don't use mmap for libretrodb - using mmap seems
to have adverse performance impact
2018-02-13 07:34:19 +01:00
Twinaphex 8f64909886
Merge pull request #6296 from fr500/master
de-hardcode rom count
2018-02-13 04:13:24 +01:00