mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-17 20:10:23 +03:00
* Add preliminary raspberry pi support.
Currently it appears to be using software acceleration, so sucks, but I'll be working on it.
This commit is contained in:
@@ -143,16 +143,16 @@ static void calulate_gui_scale()
|
||||
{
|
||||
if (width < 400)
|
||||
{
|
||||
Gui::InvGuiScale = 1.0;
|
||||
Gui::InvGuiScale = 1.0f;
|
||||
}
|
||||
else
|
||||
{
|
||||
Gui::InvGuiScale = 0.5;
|
||||
Gui::InvGuiScale = 0.5f;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
Gui::InvGuiScale = 0.25;
|
||||
Gui::InvGuiScale = 0.25f;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user