mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-28 14:02:40 +02:00
Mark git getters inline
This commit is contained in:
parent
6a6eedeacd
commit
0fb33e9c09
@ -67,13 +67,13 @@ static inline void CheckAtmosphereVersion(u32 expected_major, u32 expected_minor
|
||||
#define CURRENT_ATMOSPHERE_VERSION ATMOSPHERE_RELEASE_VERSION_MAJOR, ATMOSPHERE_RELEASE_VERSION_MINOR, ATMOSPHERE_RELEASE_VERSION_MICRO
|
||||
|
||||
#ifdef ATMOSPHERE_GIT_BRANCH
|
||||
static const char *GetAtmosphereGitBranch() {
|
||||
static inline const char *GetAtmosphereGitBranch() {
|
||||
return ATMOSPHERE_GIT_BRANCH;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef ATMOSPHERE_GIT_REV
|
||||
static const char *GetAtmosphereGitRevision() {
|
||||
static inline const char *GetAtmosphereGitRevision() {
|
||||
return ATMOSPHERE_GIT_REV;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user