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:32:37 +0000 (01:32 +0300)
commit8b4a69f83bb47ac48cbe99a3f7537c334e5679dc
treeebcc3d8553aaa39d7917f6e4cf1cca6ced77d1f2
parent6727b94fd887ddeddb35f782350b0c992a3069de
libretro: clear the allocated buffers

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