twinaphex
d04d1c0214
(Runahead) Fix for mingw as suggested by Dwedit
2018-03-29 20:01:34 +02:00
twinaphex
1103f4f630
(input_overlay.c) Cleanups
2018-03-29 19:43:04 +02:00
twinaphex
54636ea5f3
(OSX PPC) Define HAVE_RUNAHEAD
2018-03-29 19:35:26 +02:00
alfrix
647abd6aba
Buildfix
2018-03-29 14:07:22 -03:00
alfrix
0777a6d625
Do not draw the thumbnail if there is no space available
2018-03-29 13:45:54 -03:00
alfrix
5076569c81
Limit right thumb width
2018-03-29 13:45:54 -03:00
twinaphex
25e99ba75b
Cleanups
2018-03-29 18:41:19 +02:00
twinaphex
65909fd1db
free_file no longer necessary
2018-03-29 18:36:53 +02:00
twinaphex
8703ad8374
Get rid of free_str
2018-03-29 18:29:25 +02:00
Twinaphex
2db0c21f52
Fix C11 typedef redefinition issues
2018-03-29 18:10:28 +02:00
twinaphex
e85f11ea38
(runahead) Remove unused variable
2018-03-29 18:05:52 +02:00
Twinaphex
425e1d9043
(OSX) Define HAVE_RUNAHEAD
2018-03-29 18:04:15 +02:00
twinaphex
8819b2a2f6
(MSVC 2005/2010/2013/2015/2017) Add HAVE_RUNAHEAD
2018-03-29 18:02:18 +02:00
twinaphex
adb2274fc6
- Enable HAVE_RUNAHEAD for MSVC 2003
...
- Remove some unreferenced labels
2018-03-29 17:55:06 +02:00
Twinaphex
254932af04
Merge pull request #6488 from Tatsuya79/master
...
XMB Left thumb dynamic positioning and scaling.
2018-03-29 17:47:29 +02:00
twinaphex
0712c0ba99
Fix call to filestream_write to filestream_write_file
2018-03-29 17:45:25 +02:00
twinaphex
67c3fd88f4
Buildfixes - wrong function names were used
2018-03-29 17:35:28 +02:00
Twinaphex
039820f367
Merge pull request #6487 from Dwedit/runahead_submission_3
...
Runahead cleanup
2018-03-29 17:17:22 +02:00
Dwedit
cbc18c74ea
resolve conflicts
2018-03-29 09:52:14 -05:00
Tatsuya79
8859fa0213
XMB Left thumb dynamic positioning and scaling.
2018-03-29 16:39:38 +02:00
Dwedit
77f2b7d326
Replace the file handling code from secondary_core.c with the file streams
...
Hide secondary instance menu item if dynamic libraries are not supported
Remove unlink_utf8 stuff
Fix a compiler warning
2018-03-29 09:37:35 -05:00
twinaphex
77f7e1da8c
Make menu_driver_load_image a static function
2018-03-29 16:27:19 +02:00
twinaphex
a8b810760b
(runahead) Get rid of a bunch of unnnecessary forward declarations
2018-03-29 16:18:45 +02:00
twinaphex
b4859cde59
Update copyright attributions as said to PR OP
2018-03-29 16:12:56 +02:00
Twinaphex
abdad9bc16
Merge pull request #6471 from alfrix/left_thumb
...
Left thumbnails
2018-03-29 16:12:32 +02:00
twinaphex
c5ec1885f2
Don't use malloc.h anymore
2018-03-29 15:52:49 +02:00
twinaphex
40594a3059
Buildfix
2018-03-29 15:51:20 +02:00
twinaphex
76b025d70e
malloc.h not available on OSX
2018-03-29 15:49:39 +02:00
twinaphex
4347517604
Buildfixes
2018-03-29 15:46:39 +02:00
twinaphex
ca7c374303
Fix OSX compilation
2018-03-29 15:41:02 +02:00
alfrix
a84facf636
Add Left Thumbnails
...
Fix behaviour when right thumb is off and use as fallback in filebrowser
Remove update_left_thumbnail_path
Fix dual image in imageviewer
Remove xmb_left_thumbnails_ident
Requested Changes
Fix last warning and button not switching thumb
Better scaling
Limit vertical size without changing position
Change thumb cycling behaviour
Remove update_left_thumbnail_image it was causing problems
2018-03-29 10:38:23 -03:00
twinaphex
c041470bb0
Add HAVE_RUNAHEAD ifdef
2018-03-29 15:38:22 +02:00
twinaphex
6e662a8064
(D3D12) Buildfix
2018-03-29 15:29:36 +02:00
twinaphex
ef5830b233
Silence some CXX_BUILD warnings
2018-03-29 15:27:30 +02:00
twinaphex
4372db491a
Cleanup some warnings for C89_BUILD
2018-03-29 15:20:43 +02:00
twinaphex
1b0420807b
(Griffin/MSVC) buildfixes
2018-03-29 15:15:47 +02:00
twinaphex
2bdfd2e1d0
(Runahead) Cleanups / style nits / etc.
2018-03-29 15:13:33 +02:00
Twinaphex
eeb2a0a934
Merge pull request #6484 from Dwedit/runahead_submission
...
Runahead system
2018-03-29 14:46:04 +02:00
twinaphex
3fe6ecbce7
More static analyzer warning fixes
2018-03-29 14:19:24 +02:00
twinaphex
2c882a01c1
Silence some Clang static analyzer warnings
2018-03-29 14:11:52 +02:00
bparker06
265b0560b3
travis: disable all d3d versions for windows
2018-03-28 20:16:59 -04:00
Dwedit
bc3d0b2acd
Fix some static declarations
2018-03-28 17:41:45 -05:00
Dwedit
ff0a2d4f57
Add files to the makefile
2018-03-28 17:32:37 -05:00
Dwedit
361152000d
Added the missing file
2018-03-28 17:14:20 -05:00
Dwedit
f5e0346fc2
Runahead system
2018-03-28 14:22:07 -05:00
twinaphex
2143540c8c
(MSVC 2013/2015/2017) Add HAVE_CHEEVOS support
2018-03-28 18:33:31 +02:00
twinaphex
994ca6b3f8
Enable HAVE_CHEEVOS for MSVC 2003 target too
2018-03-28 18:07:31 +02:00
twinaphex
163be3ccfd
(vulkan_common.c) Prevent some more collissions in the future
2018-03-28 17:41:04 +02:00
Twinaphex
02ce39869c
Merge pull request #6480 from Dwedit/fix_d3d_duplicate
...
Rename "cached_device" to "cached_device_d3d11" to avoid a name conflict on griffin builds
2018-03-28 17:38:11 +02:00
Dwedit
2c1cb6cf55
Rename "cached_device" to "cached_device_d3d11" avoid a name conflict on griffin builds
2018-03-28 10:33:37 -05:00