mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-04-07 04:50:23 +03:00
Support earlier Java releases
Existing code was written for Java 25, which is more recent than many people have on hand. The modified scripts appear to run well on Java 21.
This commit is contained in:
parent
76e7714722
commit
98d88cc212
3 changed files with 22 additions and 25 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// Creates classes out namespaces with matching structs, and if they have a
|
||||
// Creates classes out of namespaces with matching structs, and if they have a
|
||||
// vtable, sets the calling convention of the contained function typdefs to
|
||||
// __thiscall.
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue