File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Computers currently supported (in alphabetical order):
1818- [ R216K2A] ( https://powdertoy.co.uk/Browse/View.html?ID=2303519 ) ,
1919 [ R216K4A] ( https://powdertoy.co.uk/Browse/View.html?ID=2305835 ) and
2020 [ R216K8B] ( https://powdertoy.co.uk/Browse/View.html?ID=2342633 ) by LBPHacker
21- - Generic R3 (unreleased, under development) by LBPHacker
21+ - [ R3A1016 ] ( https://powdertoy.co.uk/Browse/View.html?ID=3236906 ) et al by LBPHacker
2222- Armatoste (unreleased, under development) by DanielUbTb
2323
2424## Why?
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ local known_models_to_archs = {
2828}
2929for core_count = 1 , 99 do
3030 for memory_rows = 1 , 64 do
31- known_models_to_archs [(" R3A%02i%02i" ):format (memory_rows , core_count )] = " R3" -- * yet unreleased architecture by LBPHacker
31+ known_models_to_archs [(" R3A%02i%02i" ):format (memory_rows , core_count )] = " R3" -- * "R3A1016" et al by LBPHacker, id:3236906
3232 end
3333end
3434
You can’t perform that action at this time.
0 commit comments