File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -32,3 +32,9 @@ cmake-build-debug-visual-studio/
32
32
cmake-build-release-visual-studio /
33
33
cmake-build-debug-visual-studio-1 /
34
34
cmake-build-release-visual-studio-1 /
35
+
36
+ # Test ROM
37
+ userdata-palmos41-en-m515.ram
38
+ userdata-en-m515.ram
39
+ palmos41-en-m515.rom
40
+ default-palmos41-en-m515.ram
Original file line number Diff line number Diff line change @@ -36,7 +36,17 @@ https://www.flaticon.com/free-icon/cow_235371#term=cow&page=1&position=13 (muExp
36
36
https://findicons.com/icon/164302/cursor (Libretro Port Joystick Cursor)
37
37
38
38
## Building
39
+
40
+ #### Using CMake
41
+
42
+ Using CMake, you just need to do:
43
+
44
+ * ` cmake . `
45
+ * ` mkdir output `
46
+ * ` cmake --build output `
47
+
39
48
#### For RetroArch
49
+
40
50
Make sure you have done all the steps here https://docs.libretro.com/ under "For Developers/Compilation" so you build environment works.
41
51
42
52
cd ./libretroBuildSystem
You can’t perform that action at this time.
0 commit comments