mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-06 21:00:21 +01:00
7 lines
100 B
Text
7 lines
100 B
Text
OUTPUT_FORMAT(binary)
|
|
OUTPUT(codehandler.bin)
|
|
SECTIONS
|
|
{
|
|
. = 0x80001800;
|
|
.text : { *(.text) }
|
|
}
|