Commit Graph

3699 Commits

Author SHA1 Message Date
twinaphex
a79b571d7b Static code analysis fixes 2015-09-28 16:20:26 +02:00
twinaphex
f104173c7e Change internal state of custom viewport 2015-09-26 20:05:00 +02:00
twinaphex
0d18c61bc5 Add RARCH_MAIN_CTL_IS_PAUSED 2015-09-26 13:04:07 +02:00
twinaphex
cc4a918296 Create rarch_main_ctl 2015-09-26 12:58:02 +02:00
twinaphex
6482969459 (Menu) Cleanups/refactors 2015-09-25 21:20:26 +02:00
twinaphex
653a0e5773 (GX) Buildfix 2015-09-25 21:12:15 +02:00
twinaphex
0a913c929d (GX) Start using menu_display_ctl 2015-09-25 21:11:37 +02:00
twinaphex
1329b4f265 (Menu) Cleanups 2015-09-25 21:07:12 +02:00
twinaphex
a73f10f124 (MSVC) Buildfix 2015-09-23 14:02:38 +02:00
twinaphex
951a8903c3 (query.c) Use strlcpy
(font_renderer/freetype) Add Vera.ttf fallback
2015-09-21 16:29:05 +02:00
twinaphex
b9ba75403e (GL) Fix mixe code declaration (for C89_BUILD) 2015-09-21 11:50:02 +02:00
twinaphex
7ad32fc8aa (XDK) Move files around 2015-09-20 15:39:59 +02:00
twinaphex
dfeefc0e16 Rename and move vi_encoder.c 2015-09-20 15:05:30 +02:00
twinaphex
07f5d2e399 (Wii) Buildfixes 2015-09-20 15:03:49 +02:00
twinaphex
2b840c0384 Refactor perf counters 2015-09-20 10:02:59 +02:00
Andrés
88db140c32 Merge pull request #2146 from aliaspider/master
(CTR/3DS) fix build.
2015-09-20 01:58:27 -05:00
aliaspider
a5b61354f0 (CTR/3DS) fix build. 2015-09-20 07:48:16 +01:00
twinaphex
43da185d5d Replace more usage of strcpy 2015-09-19 03:50:35 +02:00
sergiobenrocha2
5600178879 Use flags from the system to build the filters, will avoid hardening-no-relro. 2015-09-18 03:29:39 -03:00
twinaphex
9ce3b9d916 (GX) Use retro_file 2015-09-18 07:08:25 +02:00
twinaphex
aed85c1617 (C89_BUILD) Some buildfixes 2015-09-18 06:51:17 +02:00
twinaphex
f189ad271e (mali_fbdev_ctx.c) Use retro_file.h 2015-09-18 03:55:44 +02:00
twinaphex
133e85298f * Add retro_get_fd to retro_file.c
* Use retro_file in gfx/drivers_context/drm_egl_ctx.c
2015-09-18 03:47:44 +02:00
Francisco García
9060feba92 (Vita) Set background color to black 2015-09-17 11:08:06 +02:00
twinaphex
1acc7226f9 Rearrange headers 2015-09-16 11:24:03 +02:00
twinaphex
576626ead0 Refactor frame_is_reversed - shader drivers should no longer
be dependent upon global state
2015-09-16 11:14:43 +02:00
twinaphex
340585defb Header Cleanups 2015-09-16 05:53:34 +02:00
twinaphex
c11b08ed91 (Android) Buildfix 2015-09-16 05:46:03 +02:00
Francisco José García García
08f5db24b4 (Vita) vita2d updated 2015-09-15 00:12:10 +02:00
twinaphex
ea6119c1c7 (Vita) Add forward declaration for scePowerSetArmClockFrequency 2015-09-14 03:50:34 +02:00
Twinaphex
599fc0716e Merge pull request #2112 from aliaspider/master
(CTR/3DS) start with bilinear filtering set to ON.
2015-09-14 03:03:33 +02:00
aliaspider
9c6ce3b28b (CTR/3DS) start with bilinear filtering set to ON. 2015-09-14 01:59:58 +01:00
Twinaphex
3cee888d73 Merge pull request #2111 from aliaspider/master
(CTR/3DS) add support for viewport/filtering settings.
2015-09-14 01:21:43 +02:00
aliaspider
591ecae208 (CTR/3DS) add support for viewport/filtering settings.
rotation doesn't work correctly yet.
2015-09-14 00:19:38 +01:00
Twinaphex
258972889f Merge pull request #2110 from aliaspider/master
(CTR/3DS) update
2015-09-14 00:59:56 +02:00
aliaspider
c3ac725269 (CTR/3DS) improve vsync.
gfxSwapBuffersGpu needs to be called immediately after initiating a
display transfer.
2015-09-13 22:27:28 +01:00
twinaphex
b5f7ccab22 Cleanups 2015-09-13 09:23:48 +02:00
twinaphex
2269aff9aa Cleanups 2015-09-13 06:46:04 +02:00
Francisco José García García
f5eba9f8a6 (Vita) Add Rotation 2015-09-11 18:02:59 +02:00
twinaphex
54dbe5e66b (fbdev context drivers) style nits 2015-09-09 19:59:39 +02:00
Francisco José García García
1e0526b9c7 (Vita) Add viewport resizing 2015-09-09 01:10:48 +02:00
Francisco José García García
76e13a6957 (Vita) Add texture filtering 2015-09-08 20:40:38 +02:00
aliaspider
3b85e0dd5a (3DS) fix build to work with the latest ctrulib. 2015-09-07 18:31:30 +01:00
twinaphex
09c3bd8d9c (d3d.cpp) Use sprintf 2015-09-07 01:46:19 +02:00
twinaphex
bbe210f7eb C89_BUILD fixes 2015-09-06 23:43:27 +02:00
Alcaro
dbccc4f4f0 Shut up some more warnings. 2015-09-06 16:07:26 +02:00
twinaphex
f88575633e Cleanups 2015-09-05 20:34:22 +02:00
twinaphex
e182f32d8c Header cleanups 2015-09-05 20:03:27 +02:00
twinaphex
1310263470 (Vita) Cleanups 2015-09-05 16:22:25 +02:00
twinaphex
7f4ddc6775 (win32_common.c) Don't use _WIN32 ifdef 2015-09-05 14:40:01 +02:00