mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-08-10 01:19:31 +02:00
ams: bump version to 0.10.5 in prep for release later tonight
This commit is contained in:
parent
07684b2c65
commit
38fc51c6ef
@ -38,9 +38,9 @@ Service *amsBpcGetServiceSession(void) {
|
|||||||
|
|
||||||
Result amsBpcRebootToFatalError(void *ctx) {
|
Result amsBpcRebootToFatalError(void *ctx) {
|
||||||
/* Note: this takes in an sts::ams::FatalErrorContext. */
|
/* Note: this takes in an sts::ams::FatalErrorContext. */
|
||||||
/* static_assert(sizeof() == 0x350) is done at type definition. */
|
/* static_assert(sizeof() == 0x450) is done at type definition. */
|
||||||
return serviceDispatch(&g_amsBpcSrv, 65000,
|
return serviceDispatch(&g_amsBpcSrv, 65000,
|
||||||
.buffer_attrs = { SfBufferAttr_In | SfBufferAttr_HipcMapAlias | SfBufferAttr_FixedSize },
|
.buffer_attrs = { SfBufferAttr_In | SfBufferAttr_HipcMapAlias | SfBufferAttr_FixedSize },
|
||||||
.buffers = { { ctx, 0x350 } },
|
.buffers = { { ctx, 0x450 } },
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
#define ATMOSPHERE_RELEASE_VERSION_MAJOR 0
|
#define ATMOSPHERE_RELEASE_VERSION_MAJOR 0
|
||||||
#define ATMOSPHERE_RELEASE_VERSION_MINOR 10
|
#define ATMOSPHERE_RELEASE_VERSION_MINOR 10
|
||||||
#define ATMOSPHERE_RELEASE_VERSION_MICRO 4
|
#define ATMOSPHERE_RELEASE_VERSION_MICRO 5
|
||||||
|
|
||||||
#define ATMOSPHERE_RELEASE_VERSION ATMOSPHERE_RELEASE_VERSION_MAJOR, ATMOSPHERE_RELEASE_VERSION_MINOR, ATMOSPHERE_RELEASE_VERSION_MICRO
|
#define ATMOSPHERE_RELEASE_VERSION ATMOSPHERE_RELEASE_VERSION_MAJOR, ATMOSPHERE_RELEASE_VERSION_MINOR, ATMOSPHERE_RELEASE_VERSION_MICRO
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user