Commit graph

69 commits

Author SHA1 Message Date
kub
7bf552b5fa add/update copyright notices for substantially changed files 2024-07-02 22:55:50 +02:00
kub
89319e4997 build, more lowercase on linux, plus minor changes 2024-06-15 10:15:19 +00:00
kub
c055f15cd5 build, add ps2 to release script 2024-05-20 13:29:05 +02:00
kub
58fc34b1d6 build, odbeta and opendingux cleanup 2023-12-12 23:35:02 +01:00
kub
85174a6d8d build, cleanup
- remove/rename some platforms from configure
- new rg99 odbeta build, courtesy of sydarn
- pandora support, courtesy of notaz
2023-12-12 23:35:02 +01:00
kub
9215679134 build, update psp toolchain container 2023-11-23 21:11:34 +01:00
kub
250c8ffbc0 build, revisions and fixes for opendingux based platforms 2023-11-23 21:07:56 +01:00
kub
f2554438f8 build, revisions and fixes for opendingux based platforms 2023-11-15 22:58:02 +00:00
kub
7f09f5c477 build, switch to static miyoo toolchain 2023-11-14 23:11:59 +00:00
kub
02ed0c7f60 build, add odbeta 2023-11-09 23:44:01 +01:00
kub
ec0357587e build, cleanup after toolchain container changes 2023-10-26 23:10:17 +02:00
kub
3a6b0cc004 revisit release script 2023-10-26 19:03:50 +00:00
kub
3167aa9a94 compile fixes for CI 2023-10-26 19:03:50 +00:00
kub
a18d5e22b3 md, fix carthw.cfg parsing 2023-06-05 22:21:16 +00:00
kub
d26d4c2965 build, add miyoo to release script 2022-03-11 21:15:35 +00:00
kub
3e1b6a7746 build, fix gph build with none-eabi toolchain 2022-02-05 21:25:17 +00:00
kub
b0fa734c87 build, release script revision, fix merge error 2022-01-20 19:32:17 +00:00
kub
8e8fa25add build, release script revision, switch arm 4.7 toolchain 2022-01-20 18:23:05 +00:00
kub
b48d7de016 build, release script revision for new gkd 2021-12-09 22:42:54 +01:00
kub
466fa07953 sms, basic gamegear support 2021-10-14 23:08:17 +02:00
kub
d5d1778252 sdl, complete overhaul of hardware/software scaling 2021-09-10 18:54:05 +02:00
kub
64cb487928 build, tiny release script improvement 2021-04-21 22:30:58 +02:00
kub
2c731fd430 add build script for release 2021-03-30 20:17:26 +02:00
kub
959ea39b23 vdp renderer, partial sync 8bit fast ARM asm with C code 2021-01-21 19:09:17 +01:00
kub
f821bb7011 core, structural cleanup, fixes and improvements for type issues #2 2021-01-01 12:44:02 +01:00
kub
61d76999d7 Merge from libretro/master:46902e0 for repo synchronization 2020-12-05 22:39:06 +01:00
kub
056f101ff8 sh2 drc, standalone testing tool 2020-09-18 00:26:18 +02:00
kub
713e3a1c5b libretro, build fixes for android 2020-07-16 19:29:34 +02:00
kub
35984c2198 libretro, build fixes for ios 2020-07-13 09:22:56 +02:00
kub
03d5f5105c libretro, build fixes 2020-07-10 17:53:32 +02:00
kub
03718e6276 libretro, build fixes 2020-07-09 23:51:39 +02:00
kub
6b67b6aa13 libretro, more fixes and cleanups for windows and osx 2020-07-08 20:46:46 +02:00
kub
e2b573c0b0 libretro, fix for windows and osx 2020-07-07 10:17:57 +02:00
kub
90b1c9db91 sh2 drc: cleanup, fix for drc crash, for mips code emitter 2019-12-11 20:39:27 +01:00
kub
e7ee501075 sh2 drc: RISC-V (RV64IM) code emitter, some work on MIPS64 2019-11-13 21:56:11 +01:00
kub
1fd8f98696 fix gp2x regression 2019-10-18 00:16:54 +02:00
kub
a6c0ab7d99 sh2 drc bugfix for aarch64/mips 2019-10-12 00:26:11 +02:00
kub
906a1d1820 cleanup config files, copyright stuff 2019-08-20 22:26:39 +02:00
kub
4f06c0df56 fix for mkoffsets without multiarch binutils 2019-08-16 17:25:23 +02:00
kub
8284ab7107 various small fixes and optimsations 2019-08-16 15:14:41 +02:00
kub
346153e08e 32x DMA memory copy performance optimisation 2019-07-30 16:34:40 +02:00
kub
08626dab12 speed improvement and fixes for 32x ARM asm draw 2019-07-30 16:34:40 +02:00
kub
d40a5af495 various small improvements and fixes 2019-07-30 16:34:40 +02:00
kub
6822ba9d64 sh2 memory interface optimzations 2019-07-30 16:34:40 +02:00
kub
32feba7458 minor changes 2019-07-30 16:34:40 +02:00
kub
122afd9d37 substituted tool to obtain target structure offsets (for asm) 2019-07-30 16:34:40 +02:00
notaz
6311a3baf5 move more globals to PicoInterface
similar reasons as before
2017-10-22 02:13:46 +03:00
notaz
93f9619ed8 rearrange globals
scripted find/replace
gives slightly better code on ARM, less unnecessary asm,
~400 bytes saved
2017-10-20 12:21:09 +03:00
notaz
cf07a88d6e fix cell scroll drawing 2017-10-14 00:53:08 +03:00
notaz
88fd63ad10 split memories away from Pico
saves ~3k of code on ARM because Pico no longer crosses ldr limit
2017-10-14 00:53:08 +03:00