Skip to content

Commit 35667ae

Browse files
authored
Merge pull request #4 from StevenMiller123/thorough-unit-tests
More thorough memory tests
2 parents 9d1115a + 0251b38 commit 35667ae

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+28514
-543
lines changed

tests/memory_test/code/test.cpp

Lines changed: 0 additions & 538 deletions
This file was deleted.
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
cmake_minimum_required(VERSION 3.24)
22

3-
set(PKG_TITLE "PS4 Unit Test")
3+
set(PKG_TITLE "PS4 Unit Test (FW 1.00)")
44
set(PKG_VERSION "1.0")
5-
set(PKG_TITLE_ID "MEMT00001")
5+
set(PKG_TITLE_ID "MEMT00100")
66
set(PKG_CONTENT_ID "IV0000-${PKG_TITLE_ID}_00-PS4SUBSYS0000000")
7-
set(PKG_DOWNLOADSIZE 0)
8-
set(PKG_SYSVER 16777297)
7+
set(PKG_DOWNLOADSIZE 0x100)
8+
set(PKG_SYSVER 0x1000051)
99
set(PKG_ATTRIBS1 0)
1010
set(PKG_ATTRIBS2 0)
1111

@@ -24,4 +24,3 @@ target_link_libraries(${PKG_TITLE_ID} PRIVATE SceSystemService)
2424
add_dependencies(${PKG_TITLE_ID} CppUTest)
2525

2626
OpenOrbisPackage_PostProject()
27-
File renamed without changes.

0 commit comments

Comments
 (0)