Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
SquirrelJME
Commits
3711d4ea
Commit
3711d4ea
authored
Feb 28, 2022
by
SquirrelJME Automation
Browse files
Backup developer notes.
parent
6e97feb5
Pipeline
#90268
passed with stages
in 1 minute and 49 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
assets/developer-notes/index.mkd
View file @
3711d4ea
...
@@ -872,7 +872,7 @@
...
@@ -872,7 +872,7 @@
*
`W05`
:
`--`
`01`
`02`
`03`
`04`
`05`
[
**`06`**
](
stephanie-gawroriski/2022/02/06.mkd
)
*
`W05`
:
`--`
`01`
`02`
`03`
`04`
`05`
[
**`06`**
](
stephanie-gawroriski/2022/02/06.mkd
)
*
`W06`
:
`07`
`08`
`09`
`10`
`11`
`12`
`13`
*
`W06`
:
`07`
`08`
`09`
`10`
`11`
`12`
`13`
*
`W07`
:
`14`
`15`
`16`
`17`
`18`
`19`
`20`
*
`W07`
:
`14`
`15`
`16`
`17`
`18`
`19`
`20`
*
`W08`
:
`21`
`22`
`23`
`24`
`25`
`26`
`27`
*
`W08`
:
`21`
`22`
`23`
`24`
`25`
`26`
[
**
`27`
**
](
stephanie-gawroriski/2022/02/27.mkd
)
*
`W09`
:
`28`
`--`
`--`
`--`
`--`
`--`
`--`
*
`W09`
:
`28`
`--`
`--`
`--`
`--`
`--`
`--`
...
...
assets/developer-notes/stephanie-gawroriski/2022/02/27.mkd
0 → 100644
View file @
3711d4ea
# 2022/02/27
## 11:32
Rather wanting to support
`.kjx`
files, however adding support for that would
mean adding it in the Java emulators and RatufaCoat as well. So I suppose
what I should do then is add a kind of emulator layer handler that can access
given files or otherwise as if they were libraries and otherwise. I would say
that I would have to implement it like service loaders and wrap on top of the
existing shelves and such. I suppose if a
`JarPackageBracket`
is indicated to
be in software it can be forwarded to the software layer. Of course SquirrelJME
really only needs the
`openResource()`
to be implemented. Implementing it for
the Java emulators would probably mean writing my own
`ClassLoader`
possibly
or just loading the entirety of the JAR? Not sure there yet, but I should design
it with SpringCoat and RatufaCoat in mind first.
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment