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 |
|
twinaphex
|
ec5d046f4c
|
Cleanups - get rid of strcmp references
|
2018-09-15 07:44:21 +02:00 |
|
Ash
|
68d789a4ea
|
[WiiU] Fix out-of-bounds rendering bug
|
2018-05-06 21:18:03 +10:00 |
|
twinaphex
|
c4c8699ee3
|
Only show max swapchain images if supported by video driver and/or
context driver
|
2018-04-23 13:34:30 +02:00 |
|
Brandon Wright
|
7a00534378
|
Add poke interface for get_refresh_rate.
|
2018-04-15 17:56:11 -05:00 |
|
twinaphex
|
9b8713aebd
|
Fix Coverity defects
|
2018-03-24 11:59:01 +01:00 |
|
twinaphex
|
4d1b4f905f
|
Start adding OSD statistics - doesn't work yet for SDL2/SDL
|
2018-03-23 17:43:49 +01:00 |
|
twinaphex
|
89cd494ab7
|
(WiiU) Buildfix
|
2018-02-17 11:27:14 +01:00 |
|
radius
|
7913b88853
|
fix potential wiiu crash
|
2018-02-17 00:10:08 -05:00 |
|
Andrés
|
d3504abc5d
|
try to fix shader preset loading on WiiU
|
2018-02-12 12:27:16 -05:00 |
|
radius
|
30353792a5
|
update gx2_gfx to use retroarch_get_shader_preset()
|
2018-02-07 21:26:01 -05:00 |
|
radius
|
d953ec2b5f
|
load shader presets at startup on wiiu
|
2018-01-30 22:49:49 -05:00 |
|
cucholix
|
648032bd75
|
Update gx2_gfx.c
|
2018-01-26 16:10:04 -03:00 |
|
cucholix
|
de6c185e88
|
Shader parameters saving fix
It's @aliaspider code :p
|
2018-01-26 15:49:34 -03:00 |
|
aliaspider
|
24cb240079
|
(WIIU) add remaining menu shaders.
- move some files around.
|
2018-01-12 02:54:45 +01:00 |
|