Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
libretro-chailove
Commits
81002c59
Unverified
Commit
81002c59
authored
Jan 02, 2020
by
RobLoach
Committed by
GitHub
Jan 02, 2020
Browse files
Merge pull request #384 from libretro/update-1.1.0
v1.1.0
parents
10d64cc6
4215ef05
Changes
7
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
81002c59
...
...
@@ -4,10 +4,11 @@ All notable changes to [ChaiLove](https://github.com/RobLoach/ChaiLove) will be
The format is based on
[
Keep a Changelog
](
http://keepachangelog.com/en/1.0.0/
)
and this project adheres to
[
Semantic Versioning
](
http://semver.org/spec/v2.0.0.html
)
.
## 1.1.
x
-
xxxx-xx-xx
## 1.1.
0
-
2019-12-31
### Fixes
-
iOS compilation
-
By
[
@jet082
](
https://github.com/jet082
)
in
[
#383
](
https://github.com/libretro/libretro-chailove/pull/383
)
-
Updated dependencies
## 1.0.0 - 2019-08-23
### Chores
...
...
Makefile
View file @
81002c59
...
...
@@ -49,6 +49,7 @@ test: unittest unittest-chailove cpplint
@
echo
"Run the testing suite by using:
\n\n
retroarch -L
$(TARGET)
test/main.chai
\n\n
"
vendor/noarch/noarch
:
vendor/libretro-common/include/libretro.h
cd
vendor/noarch
&&
cmake .
@
$(MAKE)
-C
vendor/noarch
unittest
:
vendor/noarch/noarch all
...
...
src/ChaiLove.h
View file @
81002c59
...
...
@@ -45,9 +45,9 @@
#define SRC_CHAILOVE_H_
#define CHAILOVE_VERSION_MAJOR 1
#define CHAILOVE_VERSION_MINOR
0
#define CHAILOVE_VERSION_MINOR
1
#define CHAILOVE_VERSION_PATCH 0
#define CHAILOVE_VERSION_STRING "1.
0
.0"
#define CHAILOVE_VERSION_STRING "1.
1
.0"
#include "SDL.h"
#include "libretro.h"
...
...
didstopia-physfs
@
a25c37f5
Compare
4bb453f6
...
a25c37f5
Subproject commit
4bb453f6733dc085a10feda028904056c59ea84f
Subproject commit
a25c37f5f1552e30094234bac46a21e3e57cf9f7
noarch
@
7a010a32
Compare
6e86ac50
...
7a010a32
Subproject commit
6e86ac50ac2669fe5470f298736605d44e4148c4
Subproject commit
7a010a32f3afdeb7b83d1637411ef32decb4998f
random
@
ead633a3
Compare
3c7d0ed4
...
ead633a3
Subproject commit
3c7d0ed4936fb87bbf62b71ed7c4c7809f29eb2b
Subproject commit
ead633a312d1a41baae72c22f0b2fd28b1853558
stb
@
f67165c2
Compare
052dce11
...
f67165c2
Subproject commit
052dce117ed989848a950308bd99eef55525dfb1
Subproject commit
f67165c2bb2af3060ecae7d20d6f731173485ad0
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment