Commit Graph

205 Commits

Author SHA1 Message Date
Themaister f4c89be017 Use CGP/GLSL-style format on Android and iOS. 2013-04-11 15:40:57 +02:00
meancoot fb2abbbebf (iOS) Update ioseagl_ctx.c 2013-04-07 21:36:41 -04:00
meancoot 9add01d0f1 (iOS) Update shader settings 2013-04-07 19:07:43 -04:00
twinaphex 4102d1cfb8 Make sinc resampler the default and remove Hermite - audio
quality at high samplerates was too bad to be of any use
2013-04-07 03:41:06 +02: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
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
meancoot 1534ddee3a (iOS BTstack) Remove the need to select pad type when connecting 2013-04-04 18:01:24 -04:00
meancoot 8f8b90d8c6 (iOS) Disable ASLR, hopefully fixes random aborts when loading PCSX ReARMed. 2013-04-04 15:12:53 -04: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
meancoot bfe1bf138d (iOS Thread) Sync input data between main and retroarch thread 2013-04-04 13:06:32 -04: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 62194803fb (iOS) Module info detail - change emuname to corename - emuname
too specific - libretro cores can also be GL demos/games/apps
2013-04-04 06:11:37 +02:00
twinaphex d82d04f7a4 (iOS/Griffin) All C files get compiled in already by griffin.c -
no need to have them referenced in Xcode project anymore
2013-04-04 01:41:26 +02:00
meancoot 6d657d6fab (iOS Thread) Make the pause menu's exit button work again 2013-04-03 12:08:27 -04:00
meancoot ca4921d6c0 (iOS Thread) Use pthread, rather than Grand Central Dispatch, to create the emulator thread 2013-04-03 11:58:18 -04:00
meancoot 67ced23555 (iOS Thread) Fix crash when returning from background 2013-04-03 11:48:24 -04:00
meancoot c778844852 (iOS Thread) Use an event queue to pass events (reset, state load, etc) to the retroarch thread 2013-04-02 22:38:33 -04:00
meancoot 1ab77945da (iOS Thread) Handle the cases where the retroarch thread ends 2013-04-02 21:07:04 -04:00
meancoot b77567045e (iOS Thread) Move BTstack back to main thread 2013-04-02 20:50:22 -04:00
meancoot f4a3345f0b (iOS Thread) Rough draft, needs a lot of work 2013-04-02 20:39:51 -04:00
meancoot 5a06fe347d (iOS) Enable RGUI 2013-04-02 19:57:49 -04:00
meancoot 072c52fe4e (iOS) Build fix; add some missing system key settings. 2013-04-02 19:20:08 -04:00
meancoot 12e3b8afe0 (iOS) Add keyboard callback support 2013-04-02 19:13:35 -04:00
twinaphex 9dfdeede73 (iOS) Add pcsx_rearmed module info file 2013-04-02 23:51:10 +02:00
meancoot c5004b4405 (iOS, PS3 Pad) Add quick work around to stop the leds from flashing 2013-03-30 22:32:03 -04:00
meancoot 90b0fb4bd4 (iOS) Allow the 'PS' button to be mapped for ps3 pads 2013-03-30 22:32:03 -04:00
meancoot 27b8c21eff (iOS) Start adding analog stick support (PS3 only, for now) 2013-03-30 22:32:03 -04:00
meancoot e60ad5021b (iOS, Keyboard) Maintain modifier state locally 2013-03-30 22:32:03 -04:00
meancoot 58ba9a9f0a (iOS) Fix key modifier processing 2013-03-29 22:40:16 -04:00
meancoot 0d580b7c9e (iOS) Update key mapping table. 2013-03-29 22:40:16 -04:00
meancoot 7fcb26bded (iOS) Differentiate between RETRO_DEVICE_POINTER and RARCH_DEVICE_POINTER_SCREEN. 2013-03-29 22:40:16 -04:00
meancoot 05bf7acffb (iOS) Add the input_enable_hotkey setting to the settings menu 2013-03-29 22:40:15 -04:00
meancoot 0c2261aa01 (iOS) You can now remove keyboard or joystick button assignments. 2013-03-29 22:40:15 -04:00
meancoot 2e4846cb43 (iOS) Add keyboard character callback support. 2013-03-29 22:40:15 -04:00
meancoot 21fcc5c14b (iOS) Build fixes 2013-03-28 20:16:46 -04:00
meancoot b0329be296 (iOS) Cache the RAModuleInfo structures instead of reloading the each time a RAModuleList is created. 2013-03-26 22:40:37 -04:00
meancoot 8995ce2cb2 (iOS) Fixes:
Update the default directory used when file browser can't load a directory.
   Add a cancel button to controller type selection screen.
   Remove the HAVE_RGUI option. Until the main loop is updated all it does is cause the game to close.
   Don't show the controller type selection screen if bluetooth is already enabled.
   Remove unneeded None option for aspect ratio setting.
2013-03-26 22:40:37 -04:00
meancoot bb4b254be7 (iOS, BTstack) More refactoring; Now have to choose the type of pad to connect (annoying, but there's no other way the code gets stable) 2013-03-26 22:40:36 -04:00
Jon Maddox f42078363d script/build will do the only thing that matters, the app building and codesigning 2013-03-26 10:36:40 -04:00
Jon Maddox 406ba52e4d drop all the build scripts, these belong in libretro-super 2013-03-26 10:36:21 -04:00
Jon Maddox b20c19b4d0 explain where the app will be after being built 2013-03-25 12:34:57 -04:00
Jon Maddox 6945712ead add an announcement to explain where they can find the app 2013-03-25 12:34:01 -04:00
Jon Maddox 8d30aba4d7 give the ability to disable codesigning so this build stack can hopefully be helpful to jailbreak distroing too 2013-03-25 12:29:46 -04:00
Jon Maddox 01940676ea README 2013-03-25 12:08:39 -04:00