- at repo-1
cd repo-1
git subtree split -P dir-to-move -b <split>- at repo-2
| diff --git a/.gitignore b/.gitignore | |
| new file mode 100644 | |
| index 0000000..21efb0c | |
| --- /dev/null | |
| +++ b/.gitignore | |
| @@ -0,0 +1,5 @@ | |
| +*.rom | |
| +*.ROM | |
| +tmp/ | |
| +pc100 |
| Build starting... | |
| Build image: default | |
| Start: Mon Jul 6 08:49:45 UTC 2026 93134db150e4 | |
| Git: | |
| nightly-0-ged0fc3e | |
| commit ed0fc3e72b28dbe8342e83dd6f0f26738bf21879 | |
| Author: GrenderG | |
| Date: Thu May 28 20:20:18 2026 +0200 | |
| Bump version. |
| diff --git a/sdl/scrnmng.c b/sdl/scrnmng.c | |
| index 1d59b5b..ac8ff22 100755 | |
| --- a/sdl/scrnmng.c | |
| +++ b/sdl/scrnmng.c | |
| @@ -75,6 +75,8 @@ static BRESULT calcdrawrect(DRAWRECT *dr, const RECT_T *rt) { | |
| return(SUCCESS); | |
| } | |
| +int screen_scale = 2; | |
| + |
| #!/bin/bash | |
| if [ ! -e pom.xml ]; then | |
| echo no pom.xml | |
| exit 1 | |
| fi | |
| result="" | |
| while read line; do |
we need the old Android Kindle apk.
killing f*ckin font
| # | |
| # A fatal error has been detected by the Java Runtime Environment: | |
| # | |
| # SIGSEGV (0xb) at pc=0x00000001032daa9d, pid=92309, tid=0x0000000000005603 | |
| # | |
| # JRE version: Java(TM) SE Runtime Environment (8.0_341-b10) (build 1.8.0_341-b10) | |
| # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.341-b10 mixed mode bsd-amd64 compressed oops) | |
| # Problematic frame: | |
| # V [libjvm.dylib+0x57aa9d] | |
| # |