SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 2498456bcce534507aee90cb79c0eecff93bb10d parent ec65cfd9425f6309d44559eaa6c14cd0f9cc4841 Author: Lior Halphon <LIJI32@gmail.com> Date: Fri, 4 Oct 2024 15:40:13 +0300 Fix release iOS builds Diffstat:
| M | iOS/GBHorizontalLayout.m | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/iOS/GBHorizontalLayout.m b/iOS/GBHorizontalLayout.m @@ -112,6 +112,7 @@ - (instancetype)initWithTheme:(GBTheme *)theme { assert(false); + __builtin_unreachable(); } - (CGRect)viewRectForOrientation:(UIInterfaceOrientation)orientation
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.