aboutsummaryrefslogtreecommitdiff
path: root/srb_lib.py
diff options
context:
space:
mode:
Diffstat (limited to 'srb_lib.py')
-rw-r--r--srb_lib.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/srb_lib.py b/srb_lib.py
index 874c287..a361c16 100644
--- a/srb_lib.py
+++ b/srb_lib.py
@@ -19,6 +19,8 @@
# Fuctions that worked: <https://gist.github.com/Lauszus/6c787a3bc26fea6e842dfb8296ebd630> Author: Lauszus
# <https://stackoverflow.com/questions/46109815/reversing-the-byte-order-of-a-string-containing-hexadecimal-characters>
# <https://gamefaqs.gamespot.com/pc/930591-snoopy-vs-the-red-baron/faqs/46161>
+# Improve:
+# test all functions after trying '<1I' for unsigned int
# Documentation:
# winetricks vd=1024x768
# winetricks vd=off
bgstack15