libretro: clear the allocated buffers
authornotaz <notasas@gmail.com>
Sat, 28 Oct 2023 20:23:30 +0000 (23:23 +0300)
committernotaz <notasas@gmail.com>
Sat, 28 Oct 2023 22:35:29 +0000 (01:35 +0300)
commit91da8e32287f181a870140fdcc8fcdac7bafdebe
tree6b0ab4b7c4fa546006acc6e136268c4b036322f4
parent5d9e675ab0d2e2e548264843d4f3a25d1f02f129
libretro: clear the allocated buffers

there is code that relies on that memory to be cleared
because linux mmap() clears it
frontend/libretro.c