notaz
5f2ed6c85a
VITA: don't fail if vm_memblock can't be allocated ( #13545 )
...
Failing here is catastrophic because we get no heap, the whole thing
just crashes and leaves nothing in the logs. vm_memblock is not even
used by RetroArch, it's just used by cores with dynarecs, so let the
cores themselves deal with problems if they arise.
2022-01-25 04:19:00 +01:00
twinaphex
35543ecd91
Move defines files over to libretro-common
2021-05-18 22:15:04 +02:00
Francisco José García García
9f90833d2b
[VITA] Align VM block size to 1MB
2021-04-02 19:50:09 +02:00
Francisco José García García
e943ac262f
[VITA] Remove old threading workaround
2020-11-15 09:41:37 +01:00
Francisco José García García
085e592761
[VITA] Workaround: Increase memory threshold
2020-10-12 19:24:49 +02:00
Rinnegatamante
6b7673f806
[VITA] Fixing gl1 video driver crashes.
2019-11-12 15:37:37 +01:00
Rinnegatamante
6394342b9c
[VITA] Add gl1 video driver support through vitaGL.
2019-11-12 11:54:00 +01:00
Rinnegatamante
b3316fea35
[VITA] Make newlib heap allocation dynamic.
2019-10-04 12:11:52 +02:00
Francisco José García García
a529b7b487
[VITA] Add 64Mb of memory
2019-10-03 14:33:33 +02:00
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
gblues
6904101c44
Clean up trailing whitespace
...
== DETAILS
Really simple code cleanup, because my editor flags trailing whitespaces
and it's pretty annoying.
2017-12-12 00:24:18 -08:00
Francisco José García García
8983af2016
Small fix
2017-04-06 11:47:19 +02:00
twinaphex
295cae5a7b
Take this out
2017-04-05 20:56:03 +02:00
Francisco José García García
5940d227bb
Fix slow io
2017-04-05 19:32:07 +02:00
twinaphex
7931436f5b
Apply xerpi diff
2017-01-17 18:12:23 +01:00
Francisco José García García
adfbd233ee
(VITA) Allow cores to define heap size
2016-10-11 09:40:55 +02:00
Francisco José García García
1a967c42d7
(VITA) Remove warnings
2016-10-02 14:03:15 +02:00
Francisco José García García
55c8fc6a6e
(VITA) Changes for dynarec vm support (uggly hack)
2016-09-26 01:06:44 +02:00