[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = https://github.com/michalsc/Emu68.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "1_1_wip"]
	remote = origin
	merge = refs/heads/1_1_wip
[submodule "external/capstone"]
	active = true
	url = https://github.com/michalsc/capstone.git
[submodule "external/libdeflate"]
	active = true
	url = https://github.com/ebiggers/libdeflate.git
[submodule "libtinystd"]
	active = true
	url = https://github.com/michalsc/tiny-std.git
