mirror of
https://github.com/zeldaret/ss
synced 2026-05-31 01:15:38 -04:00
update from dtk-template - clangd :) (#66)
* update from dtk-template and start work towards using clangd * include <a> -> "a" * Update build.yml * remove/add non-trivial class in union warning
This commit is contained in:
+5
-5
@@ -1,4 +1,4 @@
|
||||
#include <DynamicLink.h>
|
||||
#include "DynamicLink.h"
|
||||
|
||||
DynamicModuleControlBase *DynamicModuleControlBase::mFirst;
|
||||
DynamicModuleControlBase *DynamicModuleControlBase::mLast;
|
||||
@@ -311,10 +311,10 @@ int DynamicModuleControl::getModuleSize() const {
|
||||
|
||||
const char *DynamicModuleControl::getModuleTypeString() const {
|
||||
static const char *REL_LOAD_TYPES[4] = {
|
||||
"????",
|
||||
"MEM",
|
||||
"ARAM",
|
||||
"DVD",
|
||||
"????",
|
||||
"MEM",
|
||||
"ARAM",
|
||||
"DVD",
|
||||
};
|
||||
return REL_LOAD_TYPES[mResourceType & 3];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user