mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
70988228c4
Enclose access to getOemDir... by if (selfOem.oemDirExists()). Enclose access to getKextsDir... by if (selfOem.isKextsDirFound()). closeDebugLog() in UninitRefitLib(). Prevent DBG loop.
10 lines
103 B
C++
10 lines
103 B
C++
/*
|
|
* sharedptr.cpp
|
|
*
|
|
* Created on: Oct 17, 2020
|
|
* Author: jief
|
|
*/
|
|
|
|
#include "shared_ptr.h"
|
|
|