-
Notifications
You must be signed in to change notification settings - Fork 53
/
craft_libretro.info
34 lines (31 loc) · 1021 Bytes
/
craft_libretro.info
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Software Information
display_name = "Minecraft (Craft)"
authors = "Michael Fogleman"
supported_extensions = ""
corename = "Craft"
categories = "Game"
license = "MIT"
permissions = ""
display_version = "v1"
# Hardware Information
manufacturer = "Microsoft"
systemname = "Minecraft Game Clone"
systemid = "craft"
# Libretro Features
database = "Minecraft"
supports_no_game = "true"
single_purpose = "true"
savestate = "false"
savestate_features = "null"
cheats = "false"
input_descriptors = "false"
memory_descriptors = "false"
libretro_saves = "true"
core_options = "true"
core_options_version = "1.0"
load_subsystem = "false"
hw_render = "false"
needs_fullpath = "false"
disk_control = "false"
is_experimental = "false"
description = "A basic clone of the Minecraft sandbox game, ported to libretro. This core is written in native code (i.e., not Java) and is hardware-accelerated, making it extremely fast and smooth. However, it lacks many of the advanced functionalities familiar to Minecraft, such as redstone."