twinaphex
|
f7744d812e
|
Turn this into a static variable
|
2017-12-31 03:18:10 +01:00 |
|
twinaphex
|
88cac16409
|
(MSVC 2003) Compile griffin.c as C code
|
2017-12-31 03:16:08 +01:00 |
|
misson20000
|
be5ebbc039
|
(NSW) since we haven't yet gotten the OS graphics driver, upon calling display_finalize , to release some of the (currently global) resouces we give it when we initialized it, we need to maintain a little bit of global state in the graphics driver so it can be freed and reinitialized when we load a core. this should be able to be reverted when we implement alloc_pages in libtransistor. see https://github.com/reswitched/libtransistor/issues/74 and https://github.com/reswitched/libtransistor/issues/69
|
2017-12-31 03:04:15 +01:00 |
|
Twinaphex
|
d9c0f769c7
|
Merge pull request #6006 from aliaspider/master
(WIIU) update shader and add alpha blending to menu + overlays.
|
2017-12-31 00:21:53 +01:00 |
|
aliaspider
|
b371f4bb32
|
(WIIU) add a color attribute to tex_shader.
+ some fixes to overlay and menu display code.
|
2017-12-30 23:21:32 +01:00 |
|
twinaphex
|
292d506ed8
|
Fix more MSVC Griffin build errors
|
2017-12-30 13:35:47 +01:00 |
|
twinaphex
|
8d5a8355a7
|
Fix some linkage errors with RA MSVC 2010
|
2017-12-30 13:00:08 +01:00 |
|
twinaphex
|
20bb653f1e
|
(Xbox 360) Buildfixes
|
2017-12-30 12:36:00 +01:00 |
|
twinaphex
|
d5d4e9ff2b
|
(shader HLSL) Start adding support for C as well
|
2017-12-30 12:16:07 +01:00 |
|
twinaphex
|
fb74e11011
|
(360) Small buildfixes
|
2017-12-30 12:00:43 +01:00 |
|
misson20000
|
6254ddecf2
|
(NSW) initial support for menu
|
2017-12-30 11:14:45 +01:00 |
|
twinaphex
|
8c2070947e
|
Prevent some warnings
|
2017-12-29 13:00:24 +01:00 |
|
twinaphex
|
893cd2b472
|
Make this C89-compatible
|
2017-12-29 04:46:13 +01:00 |
|
misson20000
|
3101ee8036
|
(NSW) fix compilation errors and warnings for switch drivers
|
2017-12-29 04:45:25 +01:00 |
|
twinaphex
|
5c876647ed
|
(NSW) Small cleanups
|
2017-12-29 00:45:00 +01:00 |
|
misson20000
|
6d2a7b1f26
|
Nintendo Switch (libtransistor) port
|
2017-12-29 00:10:01 +01:00 |
|
twinaphex
|
4c0c842451
|
Make D3D headers more suitable for C89_BUILD
|
2017-12-27 22:03:13 +01:00 |
|
twinaphex
|
b10616ffb7
|
Fix C89_BUILD
|
2017-12-27 21:49:56 +01:00 |
|
radius
|
e7616f2dc2
|
fix include
|
2017-12-27 15:38:54 -05:00 |
|
radius
|
c3e6ac96aa
|
only reinit when HID devices are attached
|
2017-12-27 15:34:18 -05:00 |
|
twinaphex
|
4ecb4d5dfb
|
(Wiiu) Add overlays courtesy of r-type, thanks
|
2017-12-27 08:38:03 +01:00 |
|
meepingsnesroms
|
5a4bd619ba
|
Revert "Merge branch 'master' into master"
This reverts commit 4b68a21a7e17048ec5424ebbb7faa18d83c3fd53, reversing
changes made to 5e0f78e8a092c4a52c747493ae0badfec55282dd.
|
2017-12-25 18:27:59 -08:00 |
|
meepingsnesroms
|
4b68a21a7e
|
Merge branch 'master' into master
|
2017-12-25 17:52:38 -08:00 |
|
aliaspider
|
1f143927ca
|
(CTR) build fix.
|
2017-12-25 08:51:50 +01:00 |
|
twinaphex
|
c0c9764afe
|
Update
|
2017-12-25 07:36:49 +01:00 |
|
Brad Parker
|
89bd38918e
|
win32: correct usage of GetWindowPlacement per MS docs, fixes game window position on Win95/98
|
2017-12-24 17:17:36 -05:00 |
|
Brad Parker
|
9cd3746702
|
enable STB Unicode font renderer for PS3
|
2017-12-23 21:35:45 -05:00 |
|
twinaphex
|
6557bff118
|
Prevent some warnings on PS3
|
2017-12-21 02:06:34 +01:00 |
|
Alcaro
|
bfeb9ff5c2
|
that's an interesting double free
|
2017-12-18 22:29:27 +01:00 |
|
radius
|
a7f989fdb6
|
fix fullscreen toggle
|
2017-12-17 13:16:40 -05:00 |
|
meepingsnesroms
|
bb7ee12766
|
Fix compile on new devkitARM
|
2017-12-16 19:20:43 -08:00 |
|
Brad Parker
|
81cd5435a1
|
x11: enable window transparency
|
2017-12-16 10:29:30 -05:00 |
|
orbea
|
1ddcc7be82
|
Ifdef the broken dbus code better.
|
2017-12-16 05:19:05 -08:00 |
|
twinaphex
|
42462c2ba9
|
Silence some warnings
|
2017-12-15 18:31:12 +01:00 |
|
twinaphex
|
1932513edb
|
Update libretro-common
|
2017-12-15 00:31:37 +01:00 |
|
twinaphex
|
c7c4b723d6
|
Move path_file_exists to filestream and do away with filestream
dependencies in file/file_path
|
2017-12-14 20:05:46 +01:00 |
|
gblues
|
6904101c44
|
Clean up trailing whitespace
== DETAILS
Really simple code cleanup, because my editor flags trailing whitespaces
and it's pretty annoying.
|
2017-12-12 00:24:18 -08:00 |
|
Brad Parker
|
d53dbbfd4e
|
style nits
|
2017-12-11 18:50:10 -05:00 |
|
Brad Parker
|
b6644e2c3a
|
buildfix again
|
2017-12-11 18:27:11 -05:00 |
|
Brad Parker
|
c265c8328c
|
buildfixes
|
2017-12-11 18:22:40 -05:00 |
|
Brad Parker
|
247b9ea973
|
add menu setting for window opacity, includes generic display server interface
|
2017-12-11 18:12:42 -05:00 |
|
twinaphex
|
57b730ab61
|
Start implementing VFS layer ; first split up VFS libretro functionality
to separate header until things are finalized
|
2017-12-11 21:24:14 +01:00 |
|
twinaphex
|
c4d8a8c800
|
Free after intfstream_close
|
2017-12-11 20:24:00 +01:00 |
|
twinaphex
|
1cd7568f1f
|
(gx_gfx) Go through intfstream
|
2017-12-11 13:26:52 +01:00 |
|
twinaphex
|
12e6f38999
|
(gfx/video_shader_parse) Use intfstream instead of file_stream
|
2017-12-11 13:01:17 +01:00 |
|
twinaphex
|
61d3f90cae
|
Add hint defines to libretro.h
|
2017-12-11 12:53:47 +01:00 |
|
twinaphex
|
318f17c4cb
|
Start using VFS API constant defines
|
2017-12-11 12:15:00 +01:00 |
|
twinaphex
|
2e979ec537
|
Replace function signatures of file_stream file functions
|
2017-12-10 22:25:38 +01:00 |
|
twinaphex
|
40f82c26f7
|
use RFILE_MODE_READ for video_shader_parse
|
2017-12-10 22:01:48 +01:00 |
|
Themaister
|
f8447c4648
|
Set correct buffer size.
|
2017-12-09 17:28:20 +01:00 |
|