[nostalgia/core/userland] Remove mem.cpp
This commit is contained in:
parent
48decc83f6
commit
5ac257de48
@ -1,7 +1,6 @@
|
|||||||
add_library(
|
add_library(
|
||||||
NostalgiaCore-Userspace
|
NostalgiaCore-Userspace
|
||||||
media.cpp
|
media.cpp
|
||||||
mem.cpp
|
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(
|
target_link_libraries(
|
||||||
|
@ -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() {
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user