summaryrefslogtreecommitdiffhomepage
path: root/dev/Modules
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-12-01 19:47:27 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-12-01 19:47:27 +0100
commit50c7c5676d110681528cc933c4b99844b11f1dd1 (patch)
tree62ea871cae6949f4332e1973b9da9c5fcbcd4420 /dev/Modules
parented70659693e6cc9d48827113b23ebaf85c9dfe70 (diff)
ADD: Add GPU API regarding Mesa3D support for OpenGL ES.
IMP: Refactor SCI Kit to have a better filesystem structure.
Diffstat (limited to 'dev/Modules')
-rw-r--r--dev/Modules/FB/FB.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Modules/FB/FB.h b/dev/Modules/FB/FB.h
index ffd6edf9..f309c41c 100644
--- a/dev/Modules/FB/FB.h
+++ b/dev/Modules/FB/FB.h
@@ -76,7 +76,7 @@
*(((volatile Kernel::UInt32*)(kHandoverHeader->f_GOP.f_The + \
4 * kHandoverHeader->f_GOP.f_PixelPerLine * \
i + \
- 4 * u))) = cg_get_clear_clr(); \
+ 4 * u))) = cg_get_clear_clr(); \
} \
}