Merge pull request #71 from D-Pyro/port/psp2 Update memory.c
endrift jeffrey@endrift.com
Tue, 28 Jul 2015 16:25:09 -0700
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/platform/psp2/memory.c
→
src/platform/psp2/memory.c
@@ -6,7 +6,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "util/memory.h" #include "util/vector.h" -#include <psp2/kernel/memorymgr.h> +#include <psp2/kernel/sysmem.h> #include <psp2/types.h> DECLARE_VECTOR(SceUIDList, SceUID);