Commit Graph

1115 Commits

Author SHA1 Message Date
Rob Loach
b11c909336
Add git submodule docs
Some checks failed
Build / linux (push) Has been cancelled
2024-11-05 17:51:53 -05:00
Rob Loach
5984230c44
Merge pull request #432 from warmenhoven/warmenhoven/pr/tvos13
Some checks failed
Build / linux (push) Has been cancelled
tvos: properly set min supported version
2024-10-15 13:07:27 -04:00
Eric Warmenhoven
62df72eb69 tvos: properly set min supported version 2024-10-15 12:39:57 -04:00
Rob Loach
fa103d42a7
Update noarch 2024-05-18 10:16:42 -04:00
Rob Loach
fecf7dadb9
v1.3.0 2024-05-11 20:15:59 -04:00
Rob Loach
e851f5cbab
v1.3.0 (#428) 2024-05-11 20:14:30 -04:00
Rob Loach
69000df629
Merge pull request #427 from libretro/github-actions-1
Update GitHub Actions
2023-09-29 15:13:35 -04:00
Rob Loach
1cda0f16b5
Remove cpplint from make test 2023-09-29 11:19:51 -04:00
Rob Loach
8a45eea4e9
Update GitHub Actions 2023-09-29 10:10:39 -04:00
Rob Loach
778370bb10
Merge pull request #426 from gouchi/sdl-tty
SDL_tty: Update
2023-09-25 12:59:10 -04:00
gouchi
7ece6df3f3 SDL_tty: Update 2023-09-23 23:15:51 +02:00
Rob Loach
9677b142ab
Merge pull request #412 from phcoder/rb1
Move from std::cout to libretro logging
2022-07-29 21:22:28 -04:00
LibretroAdmin
99909c7297
Merge pull request #420 from zoltanvb/master
Makefile fix to enable build for "unix-armv7-hardfloat-neon"
2022-07-29 22:55:30 +02:00
zoltanvb
6a1828f89b Makefile fix to enable build for "unix-armv7-hardfloat-neon" 2022-07-29 22:00:51 +02:00
Rob Loach
6f3622d297
Merge pull request #418 from phcoder/misc
Misc fixes
2022-05-13 18:02:14 -04:00
Rob Loach
ca1f6e2bed
Merge pull request #419 from phcoder/overflow
love: Fix buffer overflow
2022-05-13 18:01:58 -04:00
Vladimir Serbinenko
17a997a060 Compile quietly by default 2022-05-12 20:39:34 +02:00
Vladimir Serbinenko
f5c9ff7bd0 Fix adding of GIT_VERSION.
It's handled in c++, so needs to be added to CXXFLAGS, not CFLAGS
2022-05-12 20:39:34 +02:00
Vladimir Serbinenko
7b65cc50eb love: Fix init order 2022-05-12 20:39:34 +02:00
Vladimir Serbinenko
c7421057b3 Remove iostream include 2022-05-12 20:28:25 +02:00
Vladimir Serbinenko
0153144285 Convert cout to ChaiLog::log 2022-05-12 20:28:25 +02:00
Vladimir Serbinenko
d038380aec Prepare logging facility 2022-05-12 20:27:57 +02:00
Rob Loach
66c021b0fc
Merge pull request #415 from phcoder/vfs
Switch straight file I/O to VFS
2022-05-12 06:05:09 -04:00
Vladimir Serbinenko
8d098cc48d love: Fix buffer overflow
sizeof(&md5string[i * 2]) is a sizeof of a pointer, so 4 or 8
instead of intended 3 (2 hex digits + \0) leading to a potential overflow
2022-05-11 11:16:32 +02:00
Vladimir Serbinenko
7af570fa0a Switch straight file I/O to VFS
This is needed for future use of e.g. Android storage SDK and windows UWP
2022-05-11 01:54:03 +02:00
Rob Loach
a473d2e24b
Merge pull request #416 from phcoder/mixer
Update mixer to thread-safe version
2022-05-07 09:29:09 -04:00
Rob Loach
4501fe94e2
Merge pull request #417 from phcoder/nxvita
Enable compilation for psvita and switch
2022-05-06 23:47:36 -04:00
Vladimir Serbinenko
a1723dbd16 Add switch compilation 2022-05-07 03:18:50 +02:00
Vladimir Serbinenko
21bde6afea Add psvita compilation 2022-05-07 03:18:28 +02:00
Vladimir Serbinenko
f6c4181de0 Use thread-safe version of mixer 2022-05-07 03:16:02 +02:00
Vladimir Serbinenko
b219e12d93 Update libretro-common 2022-05-07 03:10:13 +02:00
Rob Loach
7301b65c97
Merge pull request #414 from libretro/remove-remove
Remove love.filesystem.remove()
2022-04-16 23:59:39 -04:00
Rob Loach
f9fd2777d0
Remove love.filesystem.remove() 2022-04-16 23:38:27 -04:00
Rob Loach
40fc1aee12
Merge pull request #413 from libretro/update-common
Update libretro-common
2022-04-16 22:18:49 -04:00
Rob Loach
d0dbb893b7
Update CHANGELOG 2022-04-16 22:18:26 -04:00
Vladimir Serbinenko
43580536e0
Update libretro-common 2022-04-16 22:12:23 -04:00
Rob Loach
61b734fa3f
Merge pull request #410 from libretro/docs-no-more-dev
docs: Remove the dev branch
2022-04-14 23:57:17 -04:00
Rob Loach
f459bf1e2a
docs: Remove the dev branch 2022-04-07 17:13:24 -04:00
Rob Loach
0fedc82f49
Update CHANGELOG.md 2022-04-07 17:10:15 -04:00
Rob Loach
ffc1157c5e
v1.2.1 2022-04-07 17:09:51 -04:00
Rob Loach
5a5bada662
v1.2.1 2022-04-07 17:08:00 -04:00
Rob Loach
a98cd8c75b
Merge pull request #409 from phcoder/a64
Fix osx-arm64 compilation and few Makefile cleanups
2022-04-04 19:27:20 -04:00
Vladimir Serbinenko
ad6de1cbb2 Fix osx-arm64 compilation 2022-04-05 01:04:52 +02:00
Vladimir Serbinenko
cac96972aa Remove dead Makefile code 2022-04-05 01:04:52 +02:00
Vladimir Serbinenko
9d53c634ca Remove unused variable arch 2022-04-05 01:04:52 +02:00
Vladimir Serbinenko
31c69fd5cb Replace manual defines of MSB_FIRST with retro_endianness.h include 2022-04-05 01:04:52 +02:00
Rob Loach
09a80b4e69
Merge pull request #408 from phcoder/patch-2
Fix miyoo compilation name
2022-03-16 10:46:43 -04:00
Vladimir Serbinenko
5020608224
Fix miyoo compilation name 2022-03-16 06:47:56 +01:00
Rob Loach
4991653afe
v1.2.0 2022-02-20 19:03:01 -05:00
Rob Loach
d1b86d934a
Use GitHub Actions (#407) 2022-02-20 18:55:54 -05:00