Committing local fixes and changes I had.

This commit is contained in:
Jeff Slutter
2024-04-16 22:53:28 -05:00
parent 4c0c6d3b5e
commit 69a2e15625
22 changed files with 103 additions and 208 deletions

View File

@@ -820,7 +820,7 @@ int opengl_Init(oeApplication *app, renderer_preferred_state *pref_state) {
OpenGL_multitexture = false;
if (OpenGL_packed_pixels) {
opengl_packed_Upload_data = (ushort *)mem_malloc(256 * 256 * 2);
opengl_packed_Upload_data = (ushort *)mem_malloc(2048 * 2048 * 2);
opengl_packed_Translate_table = (ushort *)mem_malloc(65536 * 2);
opengl_packed_4444_translate_table = (ushort *)mem_malloc(65536 * 2);