Commit Graph

6400 Commits

Author SHA1 Message Date
twinaphex
20f339ec23 Revert "Get rid of MODE_LOAD_SECOND_SHADER id"
This reverts commit c28e99bf29.
2013-04-06 03:52:49 +02:00
twinaphex
c28e99bf29 Get rid of MODE_LOAD_SECOND_SHADER id 2013-04-06 00:34:43 +02:00
twinaphex
07b8e71f14 More scrubbing (pt. 2) 2013-04-06 00:30:17 +02:00
Themaister
2a09f52cc8 Remove redundant line. 2013-04-06 00:26:14 +02:00
twinaphex
5f6601ac7e (RMenu) take out no longer used HAVE_FBO ifdef 2013-04-06 00:24:11 +02:00
Themaister
a19d1e9776 Don't set prg[2] with load_plain(). 2013-04-06 00:22:27 +02:00
twinaphex
5bfa31fa86 More scrubbing 2013-04-06 00:21:17 +02:00
Themaister
7ea61067ec Remove obsolete struct. 2013-04-06 00:18:18 +02:00
twinaphex
7155dd9ca9 More scrubbing - no more render_to_texture, fbo_scale_x / fbo_scale_y,
etc
2013-04-06 00:16:10 +02:00
twinaphex
5ea29f1882 (XDK D3D) Scrub second-pass 2013-04-06 00:07:30 +02:00
Themaister
cf655355d7 Fix Win32 build. 2013-04-06 00:06:51 +02:00
Themaister
160bbf0218 Purge fixed-style second_pass_shader. 2013-04-06 00:03:28 +02:00
twinaphex
a61437c3db (RMenu XUI) Take out fixed second pass shader slot 2013-04-06 00:03:09 +02:00
twinaphex
f58a038a5f (PS3) Remove fixed shader slots 2013-04-05 23:58:30 +02:00
twinaphex
5172168143 (HLSL Xbox 360) Take out second_pass_shader/fbo 2013-04-05 23:51:33 +02:00
twinaphex
deeaf981f7 (Cg) Take out second_pass_shader / FBO functionality - everything
will go through CGP files from now on
2013-04-05 23:48:18 +02:00
Squarepusher
ac20f39dfa Merge pull request #165 from maddox/ios-build-scripts
WIP: iOS Building
2013-04-05 14:37:21 -07:00
Jon Maddox
fb5c0ae490 codesign any dynamic lib inside /modules 2013-04-05 14:58:09 -04:00
Jon Maddox
2665bda1c8 merged master 2013-04-05 14:02:24 -04:00
Jon Maddox
ffc3b4c211 update the README to reflect emulator core building and removal of the other scripts 2013-04-05 13:45:32 -04:00
meancoot
ed01b57036 (iOS) Fix stale sram and state paths after loading a game through RGUI. 2013-04-05 12:09:33 -04:00
Themaister
0d3e025121 Don't export deprecated prefixes in cg2xml. 2013-04-05 14:29:12 +02:00
meancoot
566f5041c4 (iOS) Add the option to copy covers from the camera roll by long clicking on an RAGridView cell. 2013-04-04 22:13:32 -04:00
meancoot
960381366f (iOS) Couple of quick fixes 2013-04-04 22:13:32 -04:00
Themaister
2a6abb80b9 Drop stencil in libretro-test-gl. 2013-04-05 00:51:06 +02:00
meancoot
1534ddee3a (iOS BTstack) Remove the need to select pad type when connecting 2013-04-04 18:01:24 -04:00
OV2
a49f0ef576 win32: fix x/y scale types 2013-04-04 23:23:16 +02:00
Themaister
cf92211254 Update overlay when in RGUI. 2013-04-04 23:10:38 +02:00
Themaister
54cf6bc06f Remove . and .. from dir_list_new win32. 2013-04-04 23:05:21 +02:00
Themaister
2dc4af52dc Use FOREGROUND for mouse. 2013-04-04 22:56:52 +02:00
Themaister
a910ada8a2 Add mouse grab to dinput. 2013-04-04 22:35:05 +02:00
Themaister
7c3e4ef12d Fix unsigned bug in RGUI. 2013-04-04 22:27:16 +02:00
Themaister
d7797f8497 Core options work in RGUI. 2013-04-04 22:08:23 +02:00
Themaister
435eec44f0 Start adding core options to RGUI.
Broken atm.
2013-04-04 21:48:09 +02:00
OV2
2b1082df63 derp 2013-04-04 21:23:00 +02:00
OV2
7924e06732 win32: respect last float_framebuffer if applicable 2013-04-04 21:15:35 +02:00
meancoot
8f8b90d8c6 (iOS) Disable ASLR, hopefully fixes random aborts when loading PCSX ReARMed. 2013-04-04 15:12:53 -04:00
Themaister
262b867ae0 Update MSVC2010 build.
Add RGUI, add folder query for Windows, fix GL HW render bug.
2013-04-04 20:25:41 +02:00
meancoot
1ede507331 (iOS) Make runtime settings hack work again 2013-04-04 14:20:19 -04:00
meancoot
d4793d1bb7 (iOS) Arrange settings.m in a more logical fashion 2013-04-04 14:20:19 -04:00
Themaister
aac054369d Set updated to false when core_config_get is called. 2013-04-04 18:10:34 +02:00
meancoot
bfe1bf138d (iOS Thread) Sync input data between main and retroarch thread 2013-04-04 13:06:32 -04:00
Themaister
bae11ddc24 Fix CXX_BUILD. 2013-04-04 14:36:24 +02:00
Themaister
adb4744936 Include core_options in griffin. 2013-04-04 14:15:13 +02:00
Themaister
e6f7b709c4 Check for updated values, log options. 2013-04-04 14:13:42 +02:00
Themaister
418a830665 Add SET_VARIABLES test for libretro-test. 2013-04-04 14:05:16 +02:00
Themaister
77164d18ca Begin adding core options interface. 2013-04-04 13:58:30 +02:00
twinaphex
59d6c871e7 (iOS) Combine settings Obj-C files into one (settings.m) 2013-04-04 08:25:00 +02:00
twinaphex
8ae3fcb6c1 (iOS) Reduce the amount of object files for Obj-C compiled code
by combining similar files
2013-04-04 07:54:33 +02:00
twinaphex
0d4d3940b8 Update fifo_buffer.c license header - license header was still
RSound
2013-04-04 07:26:29 +02:00