[nostalgia/core/userland] Remove mem.cpp

This commit is contained in:
Gary Talent 2020-03-11 18:55:18 -05:00
parent 48decc83f6
commit 5ac257de48
2 changed files with 0 additions and 15 deletions

View File

@ -1,7 +1,6 @@
add_library(
NostalgiaCore-Userspace
media.cpp
mem.cpp
)
target_link_libraries(

View File

@ -1,14 +0,0 @@
/*
* Copyright 2016 - 2019 gtalent2@gmail.com
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
namespace nostalgia::core {
void initHeap() {
}
}