Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
RishiRecon
Edit Copy
Star
1
GitHub Repository:
RishiRecon/exploits
Path:
blob/main/misc/emulator/xnes/snem/pre.js
2
8
5
1
5
views
1
var
Module
=
{
2
'postRun'
:
function
(
)
{
3
alert
(
"ttt"
)
;
4
js_main
(
)
5
}
6
}
;
7
8