Remove base/logging.h in a whole lot more places.
This commit is contained in:
parent
5eb13378c6
commit
c41f875df4
36 changed files with 136 additions and 127 deletions
|
@ -104,7 +104,7 @@ static void EmuThreadStop() {
|
|||
static void EmuThreadJoin() {
|
||||
emuThread.join();
|
||||
emuThread = std::thread();
|
||||
ILOG("EmuThreadJoin - joined");
|
||||
INFO_LOG(SYSTEM, "EmuThreadJoin - joined");
|
||||
}
|
||||
|
||||
void MainThreadFunc() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue