hardware_caps: add boxarch field

This commit is contained in:
Stefan Seyfried
2016-01-22 19:02:33 +01:00
parent 42267080f9
commit db3ec7352e
6 changed files with 29 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
* determine the capabilities of the hardware.
* part of libstb-hal
*
* (C) 2010-2012 Stefan Seyfried
* (C) 2010-2012,2016 Stefan Seyfried
*
* License: GPL v2 or later
*/
@@ -21,7 +21,8 @@ static hw_caps_t caps = {
.display_xres = 128,
.display_yres = 64,
.boxvendor = "Armas",
.boxname = "TripleDragon"
.boxname = "TripleDragon",
.boxarch = "ppc405"
};
hw_caps_t *get_hwcaps(void)