Advertisement
Guest User

Untitled

a guest
Feb 6th, 2021
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. Index: src/screen.h
  2. ===================================================================
  3. --- src/screen.h (revision 1453)
  4. +++ src/screen.h (working copy)
  5. @@ -84,8 +84,8 @@
  6. // we try to re-allocate a minimum of buffers for stability of the memory,
  7. // so all the small-enough tables based on screen size, are allocated once
  8. // and for all at the maximum size.
  9. -#define MAXVIDWIDTH 1600
  10. -#define MAXVIDHEIGHT 1200
  11. +#define MAXVIDWIDTH 1920
  12. +#define MAXVIDHEIGHT 1080
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement