]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commit
target: add startup and plugin hooks
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Thu, 4 Jun 2026 14:57:12 +0000 (07:57 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Thu, 11 Jun 2026 21:08:30 +0000 (14:08 -0700)
commit32e648c9663d61c13c8480ee4d6612df8c804a91
tree854b83d4482d9ac9aaf81b5ae6cd935d24d020c9
parent4921cc7235f53118fe3126619f136b1466d95eef
target: add startup and plugin hooks

Add narrow target hooks for early startup handling and plugin lookup.

Unix needs these integration points for Qt startup commands and local
plugin discovery without embedding Unix paths in common code.
dlopen.cpp
include/target_dlopen.h [new file with mode: 0644]
include/target_main.h [new file with mode: 0644]
main.cpp