Commit graph

130 commits

Author SHA1 Message Date
Francisco Javier Trujillo Mata bce193bc1b
Merge pull request #27 from libretro/CI-PS4
Add GHA CI for Orbis
2022-11-10 21:37:20 +01:00
Francisco Javier Trujillo Mata 25def9af22 Solve CI warnings 2022-11-10 20:39:18 +01:00
Francisco Javier Trujillo Mata 370e525840 Add CI for PS4 2022-11-10 20:30:46 +01:00
Francisco Javier Trujillo Mata 7418a585ef Improve Orbis compilation 2021-10-13 01:27:58 +02:00
Francisco Javier Trujillo Mata 5694e9e700 Add configuration for ORBIS (PS4) 2021-09-21 15:19:27 +02:00
Autechre 1fa18575d7
Merge pull request #26 from markwkidd/expand-input-example
add lightgun implementation and controls description to libretro-test core
2021-09-05 00:18:57 +02:00
Francisco Javier Trujillo Mata 4f59489cf2 Revert "Add initial orbis implementation"
This reverts commit d792a1b6be.
2021-09-04 19:11:33 +02:00
Francisco Javier Trujillo Mata d792a1b6be Add initial orbis implementation 2021-09-04 19:05:30 +02:00
Mark W. Kidd a253dd8e03 updates 2021-06-03 18:35:27 -04:00
Francisco Javier Trujillo Mata ecb3417f69 Adding PS2 platform to test/test 2021-05-27 16:33:08 +02:00
Mark W. Kidd 0a83e918fb subclass analog joypad for first two controllers 2021-04-06 17:20:42 -04:00
Mark W. Kidd df78507053 add lightgun and control description 2021-04-06 17:16:50 -04:00
Francisco Javier Trujillo Mata 094d8d807d
Better description in the steps of the CI/CD 2020-05-21 10:52:19 +02:00
Autechre 6b79909dda
Merge pull request #21 from phcoder/gekko
test: Add gekko platforms
2020-05-20 20:24:53 +02:00
Autechre 95d1b10d56
Merge pull request #22 from fjtrujy/master
Add automation for PS2 Platform
2020-05-20 20:11:40 +02:00
Francisco Javier Trujillo Mata 87965ad32a Add automation for PS2 Platform 2020-05-20 18:36:24 +02:00
Vladimir Serbinenko b454ee6beb test: Add gekko platforms 2020-05-01 22:21:55 +02:00
Autechre 828ab8e14b
Merge pull request #20 from phcoder/psl1ght
Add psl1ght support to test core
2020-03-30 15:14:49 +02:00
Vladimir Serbinenko e0e14402b4 Add psl1ght support to test core 2020-03-30 13:22:07 +02:00
Autechre 1111309327
Merge pull request #19 from FmT0/patch-1
(Vita) Fix target name
2020-03-17 06:50:24 +01:00
FmT0 c3dcbc045e
(Vita) Fix target name 2020-03-17 03:19:27 +00:00
Autechre 6c93437ae5
Merge pull request #18 from phcoder/test
Add missing Makefile entries for 3DS, libnx and PSP
2020-03-16 11:15:19 +01:00
Vladimir Serbinenko 675564e75d Add missing Makefile entries for 3DS, libnx and PSP 2020-03-16 10:46:24 +01:00
Twinaphex 2506fa126e
Merge pull request #17 from yoshisuga/ios-arm64-build-fix
iOS: support for building using buildbot recipe
2019-08-17 14:51:01 +02:00
Yoshi Sugawara 6cd6d879c5 iOS: support for building using buildbot recipe 2019-08-16 07:05:23 -10:00
Brad Parker 32aa98eeaa add options to enable/disable audio, use left analog as mouse, and change analog mouse between relative/absolute 2019-03-29 12:09:35 -04:00
Twinaphex 10b07cf194
Merge pull request #16 from ehmry/master
Metadata for Tup build systems
2019-03-03 22:12:56 +01:00
Emery Hemingway fd6547e86f Tupfiles for super-repositories
Add minimal metadata for a Tup build system. Tup will discover any file
named "Tupfile" in a the sub-directories where it is run. In this case a
tupfile defines the core name and invokes the "include_rules" directive,
which will include the Tup rules defined in parent directories. This
allows a parent repository with platform-specific build rules to host
this repository as a submodule. The sample cores may thus be ported to
new platforms without polluting the local makefiles. Naturally the
external build rules must be synchronized with the source code herein,
the tupfiles here only define TARGET_NAME so that they will never
contradict information contained in the makefiles.

A sample Tuprules.tup for a super-repository:

ifeq ($(TARGET_NAME),advanced_tests)
	CFLAGS += -I../../libretro-common/include
	SOURCES_C += libretro-test.c
endif
CFLAGS += -O3 -Wall -pedantic -std=gnu99
: foreach $(SOURCES_C) |> !libretro_cc |> {objs}
: {objs} |> !libretro_ld |> $(TARGET_NAME)_libretro.so
2019-03-03 12:34:32 +01:00
Emery Hemingway f81b271e0b midi_test: fail retro_load_game without MIDI
Return false from retro_load_game if
RETRO_ENVIRONMENT_GET_MIDI_INTERFACE is unavailable.
2019-03-03 11:51:09 +01:00
Emery Hemingway 1dc9301a32 Report a zero audio sample rate for silent cores
The MIDI test is not silent, but does not use sampled audio.
2019-03-03 11:51:09 +01:00
Twinaphex 8452cd9483
Merge pull request #15 from casdevel/midi
Add MIDI test core
2018-10-06 01:40:45 +02:00
Zoran Vuckovic f866be1151 Add MIDI test core 2018-10-06 00:18:03 +02:00
Twinaphex 6b90ce965b
Update Android.mk 2018-05-28 11:30:05 +02:00
Twinaphex 173c0f12bb
Update Makefile.common 2018-05-28 11:29:33 +02:00
twinaphex 8d4dbf2b16 Update makefile skeleton 2018-05-28 08:11:23 +02:00
twinaphex 02c5ea3222 Start adding skeleton Makefile 2018-05-28 08:07:58 +02:00
Brad Parker 882017db1f rename button_test target 2018-04-18 12:11:33 -04:00
Brad Parker 15425c784b button_test: remove testinput_ from output name 2018-04-18 12:06:02 -04:00
Brad Parker e41b281820 button_test: add libretro-common files 2018-04-18 12:04:51 -04:00
Brad Parker 688d696e75 add wiiu target 2018-04-18 12:02:54 -04:00
Twinaphex 5a56c6b5a0 Merge pull request #13 from orbea/basic
(freebasic) Improve build instructions to match other core names.
2017-01-20 15:39:46 +01:00
orbea e047dcb864 (freebasic) Improve build instructions to match other core names. 2017-01-20 06:36:51 -08:00
Twinaphex 3cd69f1900 Merge pull request #12 from orbea/typo
(freebasic) Fix typos
2017-01-20 09:29:02 +01:00
orbea 525b3f7ed8 (freebasic) Fix typos 2017-01-19 22:56:56 -08:00
twinaphex 0b70a1bde2 Audio callback function is not thread-safe, stub out audio
callback (but still doesn't work with WAV file anyway)
2016-12-11 10:23:56 +01:00
twinaphex f381dfb056 Indent nits 2016-12-11 10:14:20 +01:00
twinaphex 19b1ee17f6 Add audio_playback_wav sampel 2016-12-11 10:13:49 +01:00
Alcaro 85a6b4758a Clean up whitespace 2016-11-30 19:48:39 +01:00
Alcaro 46a0481900 Add new test to this one 2016-11-30 19:41:41 +01:00
twinaphex ecc21224ce Rename graphics to video 2016-10-07 15:23:54 +02:00