Fix negative VRAM values

This commit is contained in:
Ev1lbl0w 2021-03-09 09:51:17 +00:00
parent f79b8474ab
commit bae4b0c952
No known key found for this signature in database
GPG key ID: B383693E3746E58A
12 changed files with 12 additions and 12 deletions

View file

@ -605,7 +605,7 @@ public:
/* RENDER INFO */
//this passes directly to avoid stalling
virtual int get_render_info(RenderInfo p_info) {
virtual uint64_t get_render_info(RenderInfo p_info) {
return visual_server->get_render_info(p_info);
}