File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to [ChaiLove](https://github.com/RobLoach/ChaiLove) will be
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## 1.3.1 - 2025-02-04
8
+ ### Change
9
+ - tvos: propoerly set min supported version, by @warmenhoven
10
+ - Update to physfs-libretro
11
+
7
12
## 1.3.0 - 2024-05-11
8
13
### Fixes
9
14
- Fix playing empty ogg files through ` libretro-common ` , by @phcoder
Original file line number Diff line number Diff line change 46
46
47
47
#define CHAILOVE_VERSION_MAJOR 1
48
48
#define CHAILOVE_VERSION_MINOR 3
49
- #define CHAILOVE_VERSION_PATCH 0
50
- #define CHAILOVE_VERSION_STRING " 1.3.0 "
49
+ #define CHAILOVE_VERSION_PATCH 1
50
+ #define CHAILOVE_VERSION_STRING " 1.3.1 "
51
51
52
52
#include " SDL.h"
53
53
#include " libretro.h"
You can’t perform that action at this time.
0 commit comments