1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-20 19:57:45 +00:00

Change default dalamud inject method to "Entrypoint"

NotNite pointed out this finally works on Linux, so we can safely
enable this now.

(cherry picked from commit 3feac92a65)
This commit is contained in:
Joshua Goins 2024-03-23 12:34:04 -04:00
parent 9cd77312f7
commit 01de7148fe

View file

@ -78,7 +78,7 @@ SPDX-License-Identifier: CC0-1.0
<choice name="DLLInject"> <choice name="DLLInject">
</choice> </choice>
</choices> </choices>
<default>DLLInject</default> <default>Entrypoint</default>
</entry> </entry>
<entry key="DalamudInjectDelay" type="int"> <entry key="DalamudInjectDelay" type="int">
<default>0</default> <default>0</default>