Commit graph

1353 commits

Author SHA1 Message Date
kub
1e4663e1c8 sms, fix 8bit fast renderer 2021-01-20 20:55:12 +01:00
kub
bded848ccf 32x, fix BGR565 rendering 2021-01-20 20:55:12 +01:00
kub
794d463ce9 gp2x, fix to show pico ptr 2021-01-20 20:55:12 +01:00
kub
f55fb31463 vdp renderer, improvements for 8bit fast
improved 240 lines support, add setting buffer width, structural improvements
2021-01-20 20:55:12 +01:00
kub
4e0fca8142 ui, fix for gfx save/load menu bg (menubg_src != screen) 2021-01-20 19:41:14 +01:00
kub
43f79c5b41 ui, fix linux handling of 32x renderer 2021-01-20 19:39:21 +01:00
kub
1290b90de0 update libpicofe 2021-01-16 12:32:11 +01:00
kub
80bc22540a partially revived platform support for PSP (unfinished), part 3
changes to libpicofe, fixed path handling
2021-01-15 19:56:11 +01:00
kub
df6d9f93fe ui, fix battery display for platforms with screen != menuscreen 2021-01-15 15:11:25 +01:00
kub
34c7e34f77 fix for config save, custom value types not written correctly 2021-01-15 15:03:50 +01:00
kub
aa97a0a01f 32x renderer, fix for render buffers with pitch != line width, some speedup 2021-01-13 23:27:11 +01:00
kub
1dee74458b sh2 drc, fix for MIPS EABI 2021-01-13 23:14:00 +01:00
kub
6c5784f07f partially revived platform support for PSP (unfinished) #2
scaling, release generation, fixes
still not planning to make this officially supported.
2021-01-13 22:26:41 +01:00
kub
cdc6aac4c0 partially revived platform support for PSP (unfinished)
just to have a platform with an unusal screen resolution
- suspend/resume handling probably non-working
- no scaling settings
- no image generation
currently no intentions to finish this.
2021-01-10 12:13:56 +01:00
kub
f821bb7011 core, structural cleanup, fixes and improvements for type issues #2 2021-01-01 12:44:02 +01:00
kub
5ab80df952 fix building for arm arch below armv6 (gp2x, bittboy) 2020-12-29 12:10:10 +01:00
kub
15eed40550 core, fixes and improvements for type issues 2020-12-29 11:27:11 +01:00
kub
107cdd508b configure, fix for newer gcc 2020-12-29 11:15:04 +01:00
kub
2170797544 fixes for gcc warnings wrt 64 bit platforms 2020-12-29 11:13:45 +01:00
kub
30969671e5 sound, improved and optimized reimplementation of libretro lowpass filter 2020-12-23 15:51:49 +01:00
kub
b437951ade ui, separate sdl keymaps to avoid warnings with -flto 2020-12-17 23:02:17 +01:00
kub
9742bda77f SDL, better handling of 2x overlay mode 2020-12-14 21:15:32 +01:00
kub
70e9ca7191 improve mips disassembler to handle most of N32 code 2020-12-14 21:14:13 +01:00
kub
7c5227a490 vdp, fix for loading saved gfx state 2020-12-14 21:12:25 +01:00
kub
59642c52e6 32x, tentative fix for pad handling 2020-12-14 21:11:37 +01:00
kub
dc01e0b58d 32x, restore old fix for X-men 2020-12-14 21:08:35 +01:00
kub
85894ad406 cz80, improve cycle accounting 2020-12-14 21:06:24 +01:00
kub
e0d5c83fd3 32x, tiny optimization for memory access 2020-12-14 21:05:51 +01:00
kub
faedc4f1e2 mcd, add minimp3 playback support, fix libavcodec playback 2020-12-12 14:30:50 +01:00
kub
08bbe7f816 vdp rendering, fix handling of palettes 0-2 color 14 in sprite drawing 2020-12-12 14:59:09 +01:00
kub
dda72beae4 vdp, fix for 68k access timing 2020-12-12 17:29:31 +01:00
kub
1613ec6c30 vdp, kludge for z80 access 2020-12-12 17:27:30 +01:00
kub
a20300bf1e fixes for memory leaks and out of bounds memory access found by ASAN or gcc -flto 2020-12-12 14:57:56 +01:00
kub
bb70cc6e66 ui, turn cursor off in SDL (was on by default on GKD) 2020-12-12 17:31:07 +01:00
kub
7e5b769d8f libretro, improve ps2 support, switchable renderers, 32X support w/ DRC 2020-12-12 14:51:44 +01:00
kub
cd262e4cc7 libretro, add new good (aka 8bit accurate) renderer, fix 256px mode rendering 2020-12-12 14:48:15 +01:00
kub
207e5ba0ee vdp, add handling of external buffers for fast renderer 2020-12-12 14:36:54 +01:00
kub
7e382f5403 libretro, fix version string 2020-12-12 14:24:21 +01:00
kub
5d900cc4fd libretro, improve toolchain path handling for GCW0 2020-12-12 14:20:05 +01:00
kub
16b11d9171 rendering, fix bgr555 output mode
NB not done for ARM asm since no target uses bgr555
2020-12-05 15:20:15 +01:00
kub
42077979ca drc, fix libretro removing of gcc-only syntax 2020-12-05 15:17:48 +01:00
kub
512898fed1 libretro, fix apple os builds 2020-12-05 15:13:53 +01:00
kub
5735f2badf libretro, fix handling of zlib 2020-12-12 14:14:00 +01:00
kub
9511ffd153 make, improve detection of gcc 2020-12-05 22:39:08 +01:00
kub
61d76999d7 Merge from libretro/master:46902e0 for repo synchronization 2020-12-05 22:39:06 +01:00
kub
9d1ecde692 release 1.97 2020-11-23 00:30:24 +01:00
kub
efb6bc7d73 sh2 drc, fix for mapping in register cache 2020-11-23 00:24:34 +01:00
kub
1a95ce340b mcd, tentative fix for hanging 2020-11-19 00:05:22 +01:00
kub
ed9c0413ee mcd, fix for slave polling detection 2020-11-19 00:02:03 +01:00
kub
9f01ce95ae mcd, fixes for cycle accounting 2020-11-18 23:59:29 +01:00