You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lizzie
eec460ec2e
[dynarmic] remove decode matcher function handlers using std::function<>, use raw function pointers ( #3920 )
issues:
- std::function<> is used, which is famously bad
- storage of tehse in tables makes big fucking tables for no good reason
- lets just store a normal pointer and stuff! :)
this pr attempts to address that
Signed-off-by: lizzie <lizzie@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3920
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
1 month ago
..
CPMUtil
[vk, cmake] Bump minimum VulkanTools to 1.4.317 and add UnifiedImageLayouts (#3318)
4 months ago
build
[docs] add instructions to build older commits (#3826)
2 months ago
dynarmic
[dynarmic] remove dead-code interpreter (#3547)
4 months ago
img
[dist] shrink png asset size with optipng, scripts to generate assets (#2573)
9 months ago
policies
[docs] Bring back the Options page, and clean up LLM policy (#3649)
3 months ago
user
[docs] update multiplayer section with metaserver info (#3722)
2 months ago
Build.md
[docs] reorg a bit, add AI policy, rewrite release policy (#3423)
4 months ago
CODEOWNERS
[meta] update codeowners (#3460)
4 months ago
Caveats.md
[docs] update deps for illumos, instructions for OmniOS (#3892)
1 month ago
CrossCompile.md
[docs] update coding guidelines, freebsd+windows ARM caveats (#3209)
5 months ago
Debug.md
[docs] Clean up debug and development docs + fix mdlint (#3936)
1 month ago
Deps.md
[docs] update deps for illumos, instructions for OmniOS (#3892)
1 month ago
Development.md
[docs] Clean up debug and development docs + fix mdlint (#3936)
1 month ago
DriverBugs.md
[docs] initial document driver bugs (#3382)
4 months ago
NvidiaGpu.md
[docs] troubleshoot section, release policies, gpu documentation (#3078)
6 months ago
Options.md
[video_core] Properly disable/avoid building OpenGL when it's disabled (#3692)
3 months ago
README.md
[docs] add instructions to build older commits (#3826)
2 months ago
SIGNUP.md
[docs] SIGNUP: Add spam/junk notice, email patch info, and clarify some things (#3648)
3 months ago
Eden Build Documentation
Are you just a casual user? Take a look at our User Handbook then!
This contains documentation created by developers. This contains build instructions, guidelines, instructions/layouts for cool stuff we made , and more.
Policies
Policies and information on development.