[common] added agnostic function sysinfo_getPageSize

This commit is contained in:
Geoffrey McRae
2020-01-13 15:52:31 +11:00
parent 7a96c9fe24
commit 0d29527758
4 changed files with 20 additions and 2 deletions

View File

@@ -18,4 +18,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA
*/
// returns the maximum number of multisamples supported by the system
int sysinfo_gfx_max_multisample();
int sysinfo_gfx_max_multisample();
// returns the page size
long sysinfo_getPageSize();