orbea
bfc366decc
Squeeze extra blank lines with cat(1).
...
Example:
find . -type f -iname '*.c' | while read -r i; do
cat -s "$i" > "$i.new"
mv "$i.new" "$i"
done
2019-01-08 11:04:58 -08:00
TheMrIron2
96023ea469
PSP: Slightly more aggressive optimisation
...
- O3 flag replacing O2 for higher level of optimisation. Potentially unstable, but works for Wii U RetroArch along with other PSP emulators. I don't see why not.
- fsingle-precision-constant to simplify some operations. Should be safe while being more performant due to using less memory traffic and may lessen load on the CPU because of the simplification.
2018-08-21 20:48:55 +00:00
twinaphex
a74ef2214d
Start removing SINC ifdefs for individual Makefiles
2017-12-31 21:34:31 +01:00
Francisco José García García
86388283a4
[PSP] Buildfix
2017-12-28 10:36:11 +01:00
Twinaphex
f330c0ebc7
Merge pull request #5921 from frangarcj/rthreads_audio
...
Rthreads audio
2017-12-28 01:42:31 +01:00
Francisco José García García
4fe6f032ec
[PSP] Fix build
2017-12-27 17:15:26 +01:00
Francisco José García García
73e81dba96
[PSP] Bake pthreads with griffin
2017-12-26 23:45:09 +01:00
twinaphex
08d9ee9600
(PSP) Add thread support
2017-12-26 09:45:45 +01:00
ggf906
66157307d8
(PSP) Add thread support
2017-12-16 18:02:46 +01:00
twinaphex
621d89c52e
(PSP1) Change to -O2
2017-12-12 00:17:17 +01:00
ggf906
940f0c6b0b
(PSP) Strip and user 64MB where available
2017-12-12 00:04:35 +01:00
twinaphex
79809df6b5
Add include dirs for PSP
2017-11-06 23:26:49 +01:00
twinaphex
69abe6dbb9
Move deps/zlib to deps/libz
2017-03-25 10:05:33 +01:00
twinaphex
9375efe24e
Add HAVE_CC_RESAMPLER defines
2016-12-12 12:44:29 +01:00
twinaphex
c2bb410d8d
Take out HAVE_BUILTIN_AUTOCONFIG - always include it
2016-10-04 07:33:57 +02:00
twinaphex
63af59a198
Add HAVE_LANGEXTRA
2016-06-07 06:05:41 +02:00
twinaphex
0e3ff650c2
Remove WANT_RPNG
2016-05-17 13:41:40 +02:00
twinaphex
25ec6a8872
Add HAVE_JPEG to project files
2016-05-17 13:39:06 +02:00
twinaphex
9a5ce5fdb3
Make HAVE_LIBRETRO_MANAGEMENT define obsolete
2016-02-03 12:31:29 +01:00
twinaphex
919220751c
(PSP) Move files around
2015-09-20 15:33:54 +02:00
twinaphex
4e5bf65e23
Create HAVE_RPNG define
2015-04-19 16:55:03 +02:00
twinaphex
4d13e9d4cb
Turn WANT_MINIZ into WANT_ZLIB
2015-03-14 05:24:57 +01:00
twinaphex
aece30f6bc
Rename deps/rzlib to deps/zlib
2015-03-06 01:47:09 +01:00
twinaphex
603b6eaf86
Revert "(PSP1) Set up INCDIRS correctly"
...
This reverts commit 30e5b8500f
.
2015-02-26 05:44:52 +01:00
twinaphex
30e5b8500f
(PSP1) Set up INCDIRS correctly
2015-02-26 05:40:16 +01:00
aliaspider
4317c4f1cb
(PSP) fix build.
...
add 7-zip support.
fix cores filenames detection in core_info_list_new.
use sceRtcGetCurrentTick instead of the less precise gettimeofday for
the performance counter.
2015-02-25 13:30:46 +01:00
twinaphex
a33016d457
Renamed libretro-sdk to libretro-common
2015-02-19 00:04:03 +01:00
twinaphex
c62d52de0f
Start properly implementing libretro SDK for boolean.h include
...
header, glsym, and rthreads
2014-10-21 05:05:52 +02:00
twinaphex
ce6c884724
Take out HAVE_CC_RESAMPLER define
2014-09-24 09:39:41 +02:00
twinaphex
f9d244dcd6
(PSP1) Fix build
2014-08-22 10:46:14 +02:00
aliaspider
ba7cefc529
(PSP) add BIG_STACK makefile option
...
fix overflow in VFPU resampler when input_frames is 0
add support for GU_PSM_5551 pixel format when using hardware rendering
2014-06-29 05:45:36 +01:00
twinaphex
9bfb76e7fb
(PSP) Add initial version of PSP pthread wrapper - very incomplete right now
2014-06-29 01:05:13 +02:00
twinaphex
2ae7104bbf
(PSP) Link against pthread
2014-06-23 15:39:11 +02:00
twinaphex
82422946d6
(PSP) Define HAVE_BUILTIN_CONFIG
2014-06-09 18:58:19 +02:00
aliaspider
5a679a2780
(PSP) fix WHOLE_ARCHIVE_LINK makefile option
2014-06-07 00:40:58 +01:00
aliaspider
b96d21ef8d
(PSP) update dist-script
2014-06-06 04:14:02 +01:00
aliaspider
37878bd4ce
(PSP) implemented salamander and added support for switching between
...
cores.
2014-06-05 00:20:19 +01:00
twinaphex
d9c7d9f9bd
(PSP) Add HAVE_KERNEL_PRX ifdef
2014-06-04 02:52:29 +02:00
aliaspider
b185fc3901
(PSP) add support for kernel-mode functions through a loadable module.
2014-06-04 01:35:26 +01:00
Themaister
24906b8869
Add resampler tests for CC resampler.
2014-03-23 14:27:31 +01:00
aliaspider
68c7a3ad5b
(PSP) change clockspeed to 333MHz/166MHz on start.
2014-02-18 18:43:23 +01:00
twinaphex
297cddd775
(PSP) Set HAVE_THREADS to 0 - can't assume this on every toolchain
2014-02-17 19:54:29 +01:00
twinaphex
38f5172453
(PSP) Compile in -lpthreads-psp
2014-02-17 19:30:21 +01:00
twinaphex
bbf698f17b
(PSP) Fixup Makefile
2014-02-17 15:35:23 +01:00
aliaspider
650adef8da
(PSP) added audio support
2014-02-17 14:26:03 +01:00
twinaphex
eda7b8a926
(PSP) Start implementing poke interface
2014-02-16 22:14:26 +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
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