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
Vladimir Serbinenko
b454ee6beb
test: Add gekko platforms
2020-05-01 22:21:55 +02:00
Vladimir Serbinenko
e0e14402b4
Add psl1ght support to test core
2020-03-30 13:22:07 +02:00
FmT0
c3dcbc045e
(Vita) Fix target name
2020-03-17 03:19:27 +00:00
Vladimir Serbinenko
675564e75d
Add missing Makefile entries for 3DS, libnx and PSP
2020-03-16 10:46:24 +01: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
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
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
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
656bfb5a36
Move demos/cruzes to tests/
2016-10-01 03:11:08 +02:00
Alcaro
f06a8d19ee
parens are evil
2016-09-22 01:17:37 +02:00
Alcaro
d003420f50
Cool down those time checks a bit
2016-09-20 00:44:01 +02:00
Alcaro
8c059334d1
what's this doing here
2016-09-13 19:59:50 +02:00
Alcaro
f5f4b7b33f
Get rid of blank lines when switching to/from 4a
2016-09-13 19:57:42 +02:00
Alcaro
5793738dac
derp, I'm an idiot. Close #1
2016-09-13 19:57:42 +02:00
Alcaro
53b6f2b4b4
That one just doesn't work.
2016-09-06 20:48:04 +02:00
Alcaro
151e710890
Turns out memset(0xFF) yields invalid 0RGB1555.
2016-09-06 20:09:25 +02:00
Alcaro
744273b0d7
Fix left/right breaking 4A
2016-09-06 20:03:52 +02:00
Alcaro
24ae967d8a
Let's render the test ID too
2016-09-06 20:01:27 +02:00
Alcaro
a05c42f666
Clean up comments/docs/C89
2016-09-06 19:49:29 +02:00
Alcaro
0d8cd14704
Rename to match libretro-common name (could copy the implementation, but I can't figure out which includes are important)
2016-09-06 19:38:36 +02:00
Alcaro
9b9059e5e5
libretro.h, link.T, and this. One's enough, this one is useless.
2016-09-06 19:33:44 +02:00
Alcaro
4614f19f57
the heck's going on with the indentation here
2016-09-06 19:31:14 +02:00
twinaphex
b3ddb6037d
Add JNI dir for test_advanced
2016-09-05 23:43:12 +02:00
twinaphex
76c4672576
Add demos and tests
2016-09-05 23:39:46 +02:00