9797 Commits

Author SHA1 Message Date
twinaphex
38f5172453 (PSP) Compile in -lpthreads-psp 2014-02-17 19:30:21 +01:00
twinaphex
8d7ce4bf96 (PSP) Refactor audio 2014-02-17 17:21:41 +01:00
twinaphex
cf8c4c43fa (PSP) Style nits 2014-02-17 17:04:32 +01:00
Twinaphex
09accf78ad Merge pull request #557 from aliaspider/master
(PSP) cleaned up psp1_audio.c
2014-02-17 16:51:09 +01:00
twinaphex
1a29172f11 (PSP) Create gettimeofday implementation (for MIPS) for rarch_get_time_usec 2014-02-17 16:49:31 +01:00
aliaspider
0c6807cb3d (PSP) cleaned up psp1_audio.c 2014-02-17 16:30:17 +01:00
twinaphex
88ecc59aa3 (PSP) Implement rarch_get_perf_counter for MIPS with gettimeofday 2014-02-17 15:58:46 +01:00
twinaphex
bbf698f17b (PSP) Fixup Makefile 2014-02-17 15:35:23 +01:00
twinaphex
e17e5aa960 (PSP) Cleanup psp_process_args 2014-02-17 15:14:48 +01:00
Twinaphex
68bdf7ddf6 Merge pull request #556 from aliaspider/master
(PSP) added preliminary audio support.
2014-02-17 15:02:08 +01:00
aliaspider
566696223f (PSP) allow game loading form the commandline (for use with pspsh) 2014-02-17 14:31:33 +01:00
aliaspider
650adef8da (PSP) added audio support 2014-02-17 14:26:03 +01:00
twinaphex
9a2863e95f Change default refreshrate for RARCH_CONSOLE to 60/1.001 2014-02-17 12:30:30 +01:00
twinaphex
6c23b9afe4 (PSP) Speed improvement to video driver 2014-02-17 12:29:47 +01:00
twinaphex
597cbdd99d (PSP) Fixes analog now 2014-02-17 00:49:25 +01:00
twinaphex
06c3f56283 (PSP) Add analog code 2014-02-17 00:27:49 +01:00
twinaphex
b8e20db2d6 (PSP) Take out RGUI toggle log message 2014-02-17 00:24:40 +01:00
twinaphex
0260d51b7a (PSP) Starts up in RGUI now 2014-02-17 00:19:51 +01:00
twinaphex
728af0a9d4 (PSP) RGUI works - not correct yet but workable 2014-02-17 00:17:44 +01:00
twinaphex
f9c9b6136a (PSP) Implement analog 2014-02-16 23:46:01 +01:00
twinaphex
3534edcca5 (PSP) Reimplement menu toggle - L+R+Select+Start -can't read from
PSP_CTRL_NOTE right now
2014-02-16 22:35:08 +01:00
twinaphex
eda7b8a926 (PSP) Start implementing poke interface 2014-02-16 22:14:26 +01:00
twinaphex
ea692694c2 (PSP) Style nits 2014-02-16 21:56:37 +01:00
twinaphex
f7347b3fda (PSP) Refactor init_texture / dehardcode pointer addresses 2014-02-16 21:40:06 +01:00
twinaphex
9f91426b68 (PSP) Refactor init_texture 2014-02-16 21:26:56 +01:00
Twinaphex
7f372e7214 Merge pull request #553 from aliaspider/master
(PSP) added RGB to BGR color conversion in psp_frame
2014-02-16 20:55:09 +01:00
aliaspider
170bcb967f (PSP) added RGB to BGR color conversion in psp_frame 2014-02-16 20:52:14 +01:00
Twinaphex
62b135709c Merge pull request #552 from aliaspider/master
(PSP) improved screen blitting, using a fullscreen sprite instead of a
2014-02-16 20:01:01 +01:00
aliaspider
ffb0955f17 (PSP) improved screen blitting, using a fullscreen sprite instead of a
sceGuCopyImage.
2014-02-16 19:44:00 +01:00
twinaphex
83433bea4b (PSP) Add RETRO_SIMD_VFPU 2014-02-16 17:32:54 +01:00
twinaphex
94dec420cd (PSP) (Menu common) Add file paths 2014-02-16 17:27:23 +01:00
twinaphex
8b1a49b1a1 (PSP) Hook up RGUI toggle to 'Note' button 2014-02-16 17:07:14 +01:00
Themaister
67724c3413 Add detection of more SIMD instruction sets. 2014-02-16 16:28:19 +01:00
twinaphex
c056894cac (PSP) Set optimization to -O2 - -O3 is unsafe on my
PSP GCC toolchain
2014-02-16 16:14:38 +01:00
twinaphex
ff149257e4 (PSP) Fix default joykey binds 2014-02-16 15:42:02 +01:00
twinaphex
896cc6a375 (PSP) Implement autodetect_enable 2014-02-16 15:36:01 +01:00
twinaphex
9e295eccd4 (PSP) Check if input and input_data points to something in
graphics init function
2014-02-16 15:24:35 +01:00
twinaphex
cab8cf90c5 (PSP) Flesh out psp_input_set_keybinds 2014-02-16 15:20:46 +01:00
twinaphex
bf98d525e3 (PSP) Add some missing defines 2014-02-16 14:55:37 +01:00
twinaphex
d23d6d93d6 (PSP) Add default binds 2014-02-16 14:51:24 +01:00
Themaister
b86ca166bf Expose more SRAM settings in RGUI.
Also treat save state slot -1 as the "auto save slot".
2014-02-15 11:12:34 +01:00
twinaphex
a788009e7c How nice - geom->base_width and geom->base_height are const, so
we have to put them in local copies first
2014-02-13 15:12:31 +01:00
twinaphex
535f130891 Prevent division by zero in gfx_set_viewport 2014-02-13 15:10:01 +01:00
twinaphex
4d48c5a6b8 (PSP) Take out -g for release builds 2014-02-13 13:48:13 +01:00
twinaphex
8a70b8d6c7 (PSP) Will not link without -G0 2014-02-13 13:46:32 +01:00
twinaphex
83b5240185 (PSP) Set up DEBUG switch for Makefile 2014-02-13 13:42:51 +01:00
twinaphex
97d2ec6543 (PSP) Disable HAVE_FILE_LOGGER 2014-02-13 13:28:21 +01:00
twinaphex
644ddc7bf0 (PSP) Input -refactors 2014-02-13 13:21:05 +01:00
Hans-Kristian Arntzen
2ab94ad8d1 [Android]: Use ALPHA_SIZE 8.
Avoids weird 24-bit surfaces ...
2014-02-13 12:04:08 +01:00
twinaphex
63e8dfba4d (PSP) Hardcode ROM being fed right now for testing purposes 2014-02-13 11:45:22 +01:00