Commit Graph

196 Commits

Author SHA1 Message Date
Michael Hahn e8ae39f00c fix buzzing sound in audio 2021-01-16 19:45:24 -05:00
Michael Hahn 3d38cd1c79 fix buzzing sound in audio 2021-01-16 19:34:28 -05:00
Michael Hahn 1e5e73e9bf fix buzzing sound in audio 2021-01-16 19:21:24 -05:00
Autechre 373bf57703 Update .gitlab-ci.yml 2021-01-10 14:16:52 +01:00
Autechre 49e7c595d9 Update .gitlab-ci.yml 2021-01-10 00:53:11 +01:00
Autechre d09b2c2f7b Update .gitlab-ci.yml 2021-01-07 21:09:49 +01:00
Autechre f20469cc2f Update .gitlab-ci.yml 2021-01-07 20:53:40 +01:00
Autechre 9d2874b98a Update .gitlab-ci.yml 2021-01-02 01:18:05 +01:00
Autechre 1661743a9c Update .gitlab-ci.yml 2020-12-28 22:38:04 +01:00
Autechre fea478a5e7 Update .gitlab-ci.yml 2020-12-24 22:13:16 +01:00
twinaphex 0741e87ba5 Update 2020-12-21 19:02:00 +01:00
twinaphex 24dbf8e60b Update 2020-12-19 18:01:29 +01:00
Autechre ddb78d7643 Update .gitlab-ci.yml 2020-12-17 16:18:47 +01:00
Autechre bda9478afc Merge pull request #61 from HiassofT/extensions
Add car, com and xex to valid extensions
2020-11-09 23:38:09 +01:00
Matthias Reichl 6b4c2b2991 Add car, com and xex to valid extensions
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-11-06 17:35:23 +01:00
Autechre 8ce851fbca Update .gitlab-ci.yml 2020-10-18 16:31:15 +02:00
twinaphex 70182481ec Bitmask code was wrong 2020-10-07 15:54:45 +02:00
twinaphex 189dfded45 Bake in zlib 2020-10-07 15:51:20 +02:00
twinaphex 5231f567fc Add zlib headers 2020-10-07 15:26:39 +02:00
twinaphex 0ba8179841 Add zlib headers 2020-10-07 15:21:41 +02:00
twinaphex 3de5109c20 Add .gitlab-ci.yml 2020-10-07 15:18:22 +02:00
twinaphex d81be238d5 Get rid of this file 2020-10-07 15:15:04 +02:00
twinaphex 975157a232 Cleanups 2020-10-07 15:14:23 +02:00
twinaphex bd84e0ae2e Commit what we need for libretro-common 2020-10-07 15:07:20 +02:00
twinaphex f581e2c0a9 Remove submodule 2020-10-07 15:04:12 +02:00
twinaphex 7a8822d7b7 Get rid of submodules 2020-10-07 15:00:20 +02:00
Autechre 9947d41950 Merge pull request #57 from trioan/bitmask
libretro: use input bitmask
2020-09-21 08:27:44 +02:00
trioan 801032b513 libretro: use input bitmask 2020-09-21 01:57:33 +00:00
Autechre 9a82110aa8 Merge pull request #52 from libretro/kivutar/fixosx
Attempt to fix OSX build
2020-09-13 11:01:49 +02:00
Jean-André Santoni 181657a6ec Attempt to fix OSX build 2020-09-13 15:57:24 +07:00
Autechre ac0bc2e690 Merge pull request #50 from webgeek1234/master
Build utf encoding
2020-06-26 08:25:52 +02:00
Aaron Kling de6f4b9da4 libretro: Build utf encoding
This is needed for mingw
2020-06-25 22:26:23 -05:00
Autechre 59820eb2b0 Merge pull request #47 from phcoder/lrcom
Replace libretro-common copy with a submodule
2020-04-29 21:23:49 +02:00
Autechre 79ee0fac7f Merge pull request #48 from phcoder/benix
Support big-endian linux
2020-04-29 21:08:18 +02:00
Vladimir Serbinenko 78281a2702 Let retro_endianness.h define WORDS_BIGENDIAN when applicable
This is need i.a. for supporting big-endian linux
2020-04-29 20:43:58 +02:00
Vladimir Serbinenko 45e1f60ea3 Add missing files to compilation list 2020-04-29 18:39:11 +02:00
Autechre 912ef8f4bd Merge pull request #46 from phcoder/psp2s
Fixes for PSP
2020-04-29 16:36:57 +02:00
Vladimir Serbinenko ec76290d1d Add libretro-common submodule 2020-04-29 16:16:16 +02:00
Vladimir Serbinenko ed56100a97 Remove the copy of libretro-common 2020-04-29 16:15:51 +02:00
Vladimir Serbinenko 5ea2abc025 config: don't use unaligned access on RISC
configure.ac enables it only on x86 and m68k. Mirror it in our manual config
2020-04-29 16:12:02 +02:00
Vladimir Serbinenko 3fddf24a21 Use log_cb instead of printing directly 2020-04-29 13:32:54 +02:00
Vladimir Serbinenko 6b1dc161dc Use frame counter instead of real clock 2020-04-29 13:32:54 +02:00
Autechre 2322284eda Merge pull request #45 from cmitu/sound-fix
Revert da7893488b
2020-03-20 08:37:53 +01:00
cmitu dc87f78cd1 Revert "sound: fix faint sound buzzing (from https://github.com/atari800/atari800/commit/43fa9)"
This reverts commit da7893488b.
2020-03-20 04:44:57 +00:00
Autechre 6998ad4008 Merge pull request #44 from cmitu/sound-fix
sound: fix faint sound buzzing
2020-03-19 08:42:55 +01:00
cmitu da7893488b sound: fix faint sound buzzing (from https://github.com/atari800/atari800/commit/43fa9) 2020-03-19 06:39:22 +00:00
Autechre 84b69d2db0 Merge pull request #43 from phcoder/3ds
Disable Util_sleep on __LIBRETRO__
2020-03-14 02:32:17 +01:00
Vladimir Serbinenko a9b9a2b9d7 Disable Util_sleep on __LIBRETRO__
The comment applies not just for Wiiu
2020-03-13 23:49:01 +01:00
Twinaphex b0156bf157 Merge pull request #42 from libretro/revert-40-retroarch_states
Revert "Load/save atari state from RetroArch"
2020-02-06 23:19:27 +01:00
Twinaphex 953427cddd Revert "Load/save atari state from RetroArch" 2020-02-06 23:19:18 +01:00