Skip to content

Commit f6b7890

Browse files
authored
Merge pull request #15 from DanTheMan827-BeatSaber/dev/1.40.7_7060
Bump for 1.40.7_7060
2 parents c715b94 + 90b473a commit f6b7890

File tree

4 files changed

+20
-16
lines changed

4 files changed

+20
-16
lines changed

include/assets.hpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
#include "beatsaber-hook/shared/utils/typedefs.h"
66

7+
#if __has_include("bsml/shared/Helpers/utilities.hpp")
8+
#include "bsml/shared/Helpers/utilities.hpp"
9+
#endif
10+
711
struct IncludedAsset {
812
IncludedAsset(uint8_t* start, uint8_t* end) : array(reinterpret_cast<Array<uint8_t>*>(start)) {
913
array->klass = nullptr;
@@ -36,7 +40,7 @@ struct IncludedAsset {
3640
Array<uint8_t>* array;
3741
};
3842

39-
#define PNG_SPRITE(name) BSML::Utilities::LoadSpriteRaw(static_cast<ArrayW<uint8_t>>(IncludedAssets::name##_png))
43+
#define PNG_SPRITE(asset) BSML::Utilities::LoadSpriteRaw(static_cast<ArrayW<uint8_t>>(asset))
4044

4145
/**
4246
* Namespace containing all embedded assets.

mod.template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"author": "laynia",
88
"version": "${version}",
99
"packageId": "com.beatgames.beatsaber",
10-
"packageVersion": "1.40.6_6407",
10+
"packageVersion": "1.40.7_7060",
1111
"description": "Expands the song artwork to cover the right side of the level select.",
1212
"dependencies": [],
1313
"modFiles": [

qpm.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@
8686
},
8787
{
8888
"id": "bs-cordl",
89-
"versionRange": "4006.*",
89+
"versionRange": "4007.*",
9090
"additionalData": {}
9191
},
9292
{
9393
"id": "bsml",
94-
"versionRange": "^0.4.53",
94+
"versionRange": "^0.4.54",
9595
"additionalData": {}
9696
},
9797
{

qpm.shared.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"info": {
88
"name": "ImageCoverExpander",
99
"id": "imagecoverexpander",
10-
"version": "0.2.0",
10+
"version": "0.2.2",
1111
"url": null,
1212
"additionalData": {
1313
"overrideSoName": "libimagecoverexpander.so",
@@ -87,12 +87,12 @@
8787
},
8888
{
8989
"id": "bs-cordl",
90-
"versionRange": "4006.*",
90+
"versionRange": "4007.*",
9191
"additionalData": {}
9292
},
9393
{
9494
"id": "bsml",
95-
"versionRange": "^0.4.53",
95+
"versionRange": "^0.4.54",
9696
"additionalData": {}
9797
},
9898
{
@@ -159,10 +159,10 @@
159159
{
160160
"dependency": {
161161
"id": "bs-cordl",
162-
"versionRange": "=4006.0.0",
162+
"versionRange": "=4007.0.0",
163163
"additionalData": {
164164
"headersOnly": true,
165-
"branchName": "version/v4006_0_0",
165+
"branchName": "version/v4007_0_0",
166166
"compileOptions": {
167167
"includePaths": [
168168
"include"
@@ -178,7 +178,7 @@
178178
}
179179
}
180180
},
181-
"version": "4006.0.0"
181+
"version": "4007.0.0"
182182
},
183183
{
184184
"dependency": {
@@ -295,17 +295,17 @@
295295
{
296296
"dependency": {
297297
"id": "bsml",
298-
"versionRange": "=0.4.53",
298+
"versionRange": "=0.4.54",
299299
"additionalData": {
300-
"soLink": "https://github.com/bsq-ports/Quest-BSML/releases/download/v0.4.53/libbsml.so",
301-
"debugSoLink": "https://github.com/bsq-ports/Quest-BSML/releases/download/v0.4.53/debug_libbsml.so",
300+
"soLink": "https://github.com/bsq-ports/Quest-BSML/releases/download/v0.4.54/libbsml.so",
301+
"debugSoLink": "https://github.com/bsq-ports/Quest-BSML/releases/download/v0.4.54/debug_libbsml.so",
302302
"overrideSoName": "libbsml.so",
303-
"modLink": "https://github.com/bsq-ports/Quest-BSML/releases/download/v0.4.53/BSML.qmod",
304-
"branchName": "version/v0_4_53",
303+
"modLink": "https://github.com/bsq-ports/Quest-BSML/releases/download/v0.4.54/BSML.qmod",
304+
"branchName": "version/v0_4_54",
305305
"cmake": true
306306
}
307307
},
308-
"version": "0.4.53"
308+
"version": "0.4.54"
309309
},
310310
{
311311
"dependency": {

0 commit comments

Comments
 (0)