Update to v094r09 release.
byuu says:
This will easily be the biggest diff in the history of higan. And not in
a good way.
* target-higan and target-loki have been blown away completely
* nall and ruby massively updated
* phoenix replaced with hiro (pretty near a total rewrite)
* target-higan restarted using hiro (just a window for now)
* all emulation cores updated to compile again
* installation changed to not require root privileges (installs locally)
For the foreseeable future (maybe even permanently?), the new higan UI
will only build under Linux/BSD with GTK+ 2.20+. Probably the most
likely route for Windows/OS X will be to try and figure out how to build
hiro/GTK on those platforms, as awful as that would be. The other
alternative would be to produce new UIs for those platforms ... which
would actually be a good opportunity to make something much more user
friendly.
Being that I just started on this a few hours ago, that means that for
at least a few weeks, don't expect to be able to actually play any
games. Right now, you can pretty much just compile the binary and that's
it. It's quite possible that some nall changes didn't produce
compilation errors, but will produce runtime errors. So until the UI can
actually load games, we won't know if anything is broken. But we should
mostly be okay. It was mostly just trim<1> -> trim changes, moving to
Hash::SHA256 (much cleaner), and patching some reckless memory copy
functions enough to compile.
Progress isn't going to be like it was before: I'm now dividing my time
much thinner between studying and other hobbies.
My aim this time is not to produce a binary for everyone to play games
on. Rather, it's to keep the emulator alive. I want to be able to apply
critical patches again. And I would also like the base of the emulator
to live on, for use in other emulator frontends that utilize higan.
2015-02-26 10:10:46 +00:00
|
|
|
namespace name=Icon
|
|
|
|
namespace name=Action
|
|
|
|
binary name=Add file=icon/action/add.png
|
|
|
|
binary name=Attach file=icon/action/attach.png
|
|
|
|
binary name=Bookmark file=icon/action/bookmark.png
|
2019-01-01 23:52:08 +00:00
|
|
|
binary name=Close file=icon/action/close.png
|
Update to v094r09 release.
byuu says:
This will easily be the biggest diff in the history of higan. And not in
a good way.
* target-higan and target-loki have been blown away completely
* nall and ruby massively updated
* phoenix replaced with hiro (pretty near a total rewrite)
* target-higan restarted using hiro (just a window for now)
* all emulation cores updated to compile again
* installation changed to not require root privileges (installs locally)
For the foreseeable future (maybe even permanently?), the new higan UI
will only build under Linux/BSD with GTK+ 2.20+. Probably the most
likely route for Windows/OS X will be to try and figure out how to build
hiro/GTK on those platforms, as awful as that would be. The other
alternative would be to produce new UIs for those platforms ... which
would actually be a good opportunity to make something much more user
friendly.
Being that I just started on this a few hours ago, that means that for
at least a few weeks, don't expect to be able to actually play any
games. Right now, you can pretty much just compile the binary and that's
it. It's quite possible that some nall changes didn't produce
compilation errors, but will produce runtime errors. So until the UI can
actually load games, we won't know if anything is broken. But we should
mostly be okay. It was mostly just trim<1> -> trim changes, moving to
Hash::SHA256 (much cleaner), and patching some reckless memory copy
functions enough to compile.
Progress isn't going to be like it was before: I'm now dividing my time
much thinner between studying and other hobbies.
My aim this time is not to produce a binary for everyone to play games
on. Rather, it's to keep the emulator alive. I want to be able to apply
critical patches again. And I would also like the base of the emulator
to live on, for use in other emulator frontends that utilize higan.
2015-02-26 10:10:46 +00:00
|
|
|
binary name=FullScreen file=icon/action/full-screen.png
|
|
|
|
binary name=Mute file=icon/action/mute.png
|
Update to bsnes v107.1 release.
byuu says:
Don't let the point release fool you, there are many significant changes in this
release. I will be keeping bsnes releases using a point system until the new
higan release is ready.
Changelog:
- GUI: added high DPI support
- GUI: fixed the state manager image preview
- Windows: added a new waveOut driver with support for dynamic rate control
- Windows: corrected the XAudio 2.1 dynamic rate control support [BearOso]
- Windows: corrected the Direct3D 9.0 fullscreen exclusive window centering
- Windows: fixed XInput controller support on Windows 10
- SFC: added high-level emulation for the DSP1, DSP2, DSP4, ST010, and Cx4
coprocessors
- SFC: fixed a slight rendering glitch in the intro to Megalomania
If the coprocessor firmware is missing, bsnes will fallback on HLE where it is
supported, which is everything other than SD Gundam GX and the two Hayazashi
Nidan Morita Shougi games.
The Windows dynamic rate control works best with Direct3D in fullscreen
exclusive mode. I recommend the waveOut driver over the XAudio 2.1 driver, as it
is not possible to target a single XAudio2 version on all Windows OS releases.
The waveOut driver should work everywhere out of the box.
Note that with DRC, the synchronization source is your monitor, so you will
want to be running at 60hz (NTSC) or 50hz (PAL). If you have an adaptive sync
monitor, you should instead use the WASAPI (exclusive) or ASIO audio driver.
2019-04-09 01:16:30 +00:00
|
|
|
binary name=NewFile file=icon/action/new-file.png
|
|
|
|
binary name=NewFolder file=icon/action/new-folder.png
|
Update to v094r09 release.
byuu says:
This will easily be the biggest diff in the history of higan. And not in
a good way.
* target-higan and target-loki have been blown away completely
* nall and ruby massively updated
* phoenix replaced with hiro (pretty near a total rewrite)
* target-higan restarted using hiro (just a window for now)
* all emulation cores updated to compile again
* installation changed to not require root privileges (installs locally)
For the foreseeable future (maybe even permanently?), the new higan UI
will only build under Linux/BSD with GTK+ 2.20+. Probably the most
likely route for Windows/OS X will be to try and figure out how to build
hiro/GTK on those platforms, as awful as that would be. The other
alternative would be to produce new UIs for those platforms ... which
would actually be a good opportunity to make something much more user
friendly.
Being that I just started on this a few hours ago, that means that for
at least a few weeks, don't expect to be able to actually play any
games. Right now, you can pretty much just compile the binary and that's
it. It's quite possible that some nall changes didn't produce
compilation errors, but will produce runtime errors. So until the UI can
actually load games, we won't know if anything is broken. But we should
mostly be okay. It was mostly just trim<1> -> trim changes, moving to
Hash::SHA256 (much cleaner), and patching some reckless memory copy
functions enough to compile.
Progress isn't going to be like it was before: I'm now dividing my time
much thinner between studying and other hobbies.
My aim this time is not to produce a binary for everyone to play games
on. Rather, it's to keep the emulator alive. I want to be able to apply
critical patches again. And I would also like the base of the emulator
to live on, for use in other emulator frontends that utilize higan.
2015-02-26 10:10:46 +00:00
|
|
|
binary name=Open file=icon/action/open.png
|
|
|
|
binary name=Properties file=icon/action/properties.png
|
|
|
|
binary name=Quit file=icon/action/quit.png
|
|
|
|
binary name=Refresh file=icon/action/refresh.png
|
|
|
|
binary name=Remove file=icon/action/remove.png
|
|
|
|
binary name=Save file=icon/action/save.png
|
|
|
|
binary name=Search file=icon/action/search.png
|
|
|
|
binary name=Settings file=icon/action/settings.png
|
|
|
|
binary name=Stop file=icon/action/stop.png
|
|
|
|
namespace name=Application
|
|
|
|
binary name=Browser file=icon/application/browser.png
|
|
|
|
binary name=Calculator file=icon/application/calculator.png
|
|
|
|
binary name=Calendar file=icon/application/calendar.png
|
|
|
|
binary name=Chat file=icon/application/chat.png
|
|
|
|
binary name=FileManager file=icon/application/file-manager.png
|
|
|
|
binary name=Mail file=icon/application/mail.png
|
|
|
|
binary name=Monitor file=icon/application/monitor.png
|
|
|
|
binary name=Terminal file=icon/application/terminal.png
|
|
|
|
binary name=TextEditor file=icon/application/text-editor.png
|
|
|
|
namespace name=Device
|
|
|
|
binary name=Clock file=icon/device/clock.png
|
|
|
|
binary name=Display file=icon/device/display.png
|
|
|
|
binary name=Joypad file=icon/device/joypad.png
|
|
|
|
binary name=Keyboard file=icon/device/keyboard.png
|
|
|
|
binary name=Microphone file=icon/device/microphone.png
|
|
|
|
binary name=Mouse file=icon/device/mouse.png
|
|
|
|
binary name=Network file=icon/device/network.png
|
|
|
|
binary name=Optical file=icon/device/optical.png
|
|
|
|
binary name=Printer file=icon/device/printer.png
|
|
|
|
binary name=Speaker file=icon/device/speaker.png
|
|
|
|
binary name=Storage file=icon/device/storage.png
|
|
|
|
namespace name=Edit
|
|
|
|
binary name=Clear file=icon/edit/clear.png
|
|
|
|
binary name=Copy file=icon/edit/copy.png
|
|
|
|
binary name=Cut file=icon/edit/cut.png
|
|
|
|
binary name=Delete file=icon/edit/delete.png
|
|
|
|
binary name=Find file=icon/edit/find.png
|
|
|
|
binary name=Paste file=icon/edit/paste.png
|
|
|
|
binary name=Redo file=icon/edit/redo.png
|
|
|
|
binary name=Replace file=icon/edit/replace.png
|
|
|
|
binary name=Undo file=icon/edit/undo.png
|
|
|
|
namespace name=Emblem
|
|
|
|
binary name=Archive file=icon/emblem/archive.png
|
|
|
|
binary name=Audio file=icon/emblem/audio.png
|
|
|
|
binary name=Binary file=icon/emblem/binary.png
|
|
|
|
binary name=File file=icon/emblem/file.png
|
|
|
|
binary name=Folder file=icon/emblem/folder.png
|
2019-01-01 23:52:08 +00:00
|
|
|
binary name=FolderOpen file=icon/emblem/folder-open.png
|
Update to bsnes v107.1 release.
byuu says:
Don't let the point release fool you, there are many significant changes in this
release. I will be keeping bsnes releases using a point system until the new
higan release is ready.
Changelog:
- GUI: added high DPI support
- GUI: fixed the state manager image preview
- Windows: added a new waveOut driver with support for dynamic rate control
- Windows: corrected the XAudio 2.1 dynamic rate control support [BearOso]
- Windows: corrected the Direct3D 9.0 fullscreen exclusive window centering
- Windows: fixed XInput controller support on Windows 10
- SFC: added high-level emulation for the DSP1, DSP2, DSP4, ST010, and Cx4
coprocessors
- SFC: fixed a slight rendering glitch in the intro to Megalomania
If the coprocessor firmware is missing, bsnes will fallback on HLE where it is
supported, which is everything other than SD Gundam GX and the two Hayazashi
Nidan Morita Shougi games.
The Windows dynamic rate control works best with Direct3D in fullscreen
exclusive mode. I recommend the waveOut driver over the XAudio 2.1 driver, as it
is not possible to target a single XAudio2 version on all Windows OS releases.
The waveOut driver should work everywhere out of the box.
Note that with DRC, the synchronization source is your monitor, so you will
want to be running at 60hz (NTSC) or 50hz (PAL). If you have an adaptive sync
monitor, you should instead use the WASAPI (exclusive) or ASIO audio driver.
2019-04-09 01:16:30 +00:00
|
|
|
binary name=FolderTemplate file=icon/emblem/folder-template.png
|
Update to v094r09 release.
byuu says:
This will easily be the biggest diff in the history of higan. And not in
a good way.
* target-higan and target-loki have been blown away completely
* nall and ruby massively updated
* phoenix replaced with hiro (pretty near a total rewrite)
* target-higan restarted using hiro (just a window for now)
* all emulation cores updated to compile again
* installation changed to not require root privileges (installs locally)
For the foreseeable future (maybe even permanently?), the new higan UI
will only build under Linux/BSD with GTK+ 2.20+. Probably the most
likely route for Windows/OS X will be to try and figure out how to build
hiro/GTK on those platforms, as awful as that would be. The other
alternative would be to produce new UIs for those platforms ... which
would actually be a good opportunity to make something much more user
friendly.
Being that I just started on this a few hours ago, that means that for
at least a few weeks, don't expect to be able to actually play any
games. Right now, you can pretty much just compile the binary and that's
it. It's quite possible that some nall changes didn't produce
compilation errors, but will produce runtime errors. So until the UI can
actually load games, we won't know if anything is broken. But we should
mostly be okay. It was mostly just trim<1> -> trim changes, moving to
Hash::SHA256 (much cleaner), and patching some reckless memory copy
functions enough to compile.
Progress isn't going to be like it was before: I'm now dividing my time
much thinner between studying and other hobbies.
My aim this time is not to produce a binary for everyone to play games
on. Rather, it's to keep the emulator alive. I want to be able to apply
critical patches again. And I would also like the base of the emulator
to live on, for use in other emulator frontends that utilize higan.
2015-02-26 10:10:46 +00:00
|
|
|
binary name=Font file=icon/emblem/font.png
|
|
|
|
binary name=Image file=icon/emblem/image.png
|
|
|
|
binary name=Markup file=icon/emblem/markup.png
|
|
|
|
binary name=Program file=icon/emblem/program.png
|
|
|
|
binary name=Script file=icon/emblem/script.png
|
|
|
|
binary name=Text file=icon/emblem/text.png
|
|
|
|
binary name=Video file=icon/emblem/video.png
|
|
|
|
namespace name=Go
|
|
|
|
binary name=Down file=icon/go/down.png
|
|
|
|
binary name=Home file=icon/go/home.png
|
|
|
|
binary name=Left file=icon/go/left.png
|
|
|
|
binary name=Right file=icon/go/right.png
|
|
|
|
binary name=Up file=icon/go/up.png
|
|
|
|
namespace name=Media
|
|
|
|
binary name=Back file=icon/media/back.png
|
|
|
|
binary name=Eject file=icon/media/eject.png
|
|
|
|
binary name=Flash file=icon/media/flash.png
|
|
|
|
binary name=Floppy file=icon/media/floppy.png
|
|
|
|
binary name=Next file=icon/media/next.png
|
|
|
|
binary name=Optical file=icon/media/optical.png
|
|
|
|
binary name=Pause file=icon/media/pause.png
|
|
|
|
binary name=Play file=icon/media/play.png
|
|
|
|
binary name=Record file=icon/media/record.png
|
|
|
|
binary name=Rewind file=icon/media/rewind.png
|
|
|
|
binary name=Skip file=icon/media/skip.png
|
|
|
|
binary name=Stop file=icon/media/stop.png
|
|
|
|
namespace name=Place
|
|
|
|
binary name=Bookmarks file=icon/place/bookmarks.png
|
|
|
|
binary name=Desktop file=icon/place/desktop.png
|
|
|
|
binary name=Home file=icon/place/home.png
|
|
|
|
binary name=Server file=icon/place/server.png
|
Update to v106r09 release.
byuu says:
Changelog:
- higan, icarus, genius: new manifest syntax (work in progress)
Pretty much only LoROM and HiROM SNES games will load right now, and RAM
will only work right if the save.ram file already exists to pull its
file size from (a temporary cheap hack was used.)
Basically, I'm just getting this out there for evaluation.
One minor errata is that I switched icarus to using “memory/battery” to
indicate battery-backed RAM, whereas genius still uses “memory/volatile”
to indicate non-battery-backed RAM.
I intend to make it “memory/battery” in genius, and have the field
auto-enable when RAM or RTC is selected for type (obviously allowing it
to be unchecked for volatile memory.)
I need to update all 64 production boards, and 25 of 29 generic boards,
to use the new slot syntax; and I also need to update every single core
in higan to use the new manifest game syntax. I want to build out a
generic manifest game parser that all emulation cores will use.
Once I finish this, I'll also need to write a database converter to
update all of my licensed game dumps to the new database syntax.
I also need to write up something for doc.byuu.org explaining the new
manifest game syntax. The manifest board syntax will still be “internal”
and subject to revisions, but once v107 is out, the gamepak manifest
format will be set in stone sans extensions.
2018-03-05 04:34:07 +00:00
|
|
|
binary name=Settings file=icon/place/settings.png
|
Update to v094r09 release.
byuu says:
This will easily be the biggest diff in the history of higan. And not in
a good way.
* target-higan and target-loki have been blown away completely
* nall and ruby massively updated
* phoenix replaced with hiro (pretty near a total rewrite)
* target-higan restarted using hiro (just a window for now)
* all emulation cores updated to compile again
* installation changed to not require root privileges (installs locally)
For the foreseeable future (maybe even permanently?), the new higan UI
will only build under Linux/BSD with GTK+ 2.20+. Probably the most
likely route for Windows/OS X will be to try and figure out how to build
hiro/GTK on those platforms, as awful as that would be. The other
alternative would be to produce new UIs for those platforms ... which
would actually be a good opportunity to make something much more user
friendly.
Being that I just started on this a few hours ago, that means that for
at least a few weeks, don't expect to be able to actually play any
games. Right now, you can pretty much just compile the binary and that's
it. It's quite possible that some nall changes didn't produce
compilation errors, but will produce runtime errors. So until the UI can
actually load games, we won't know if anything is broken. But we should
mostly be okay. It was mostly just trim<1> -> trim changes, moving to
Hash::SHA256 (much cleaner), and patching some reckless memory copy
functions enough to compile.
Progress isn't going to be like it was before: I'm now dividing my time
much thinner between studying and other hobbies.
My aim this time is not to produce a binary for everyone to play games
on. Rather, it's to keep the emulator alive. I want to be able to apply
critical patches again. And I would also like the base of the emulator
to live on, for use in other emulator frontends that utilize higan.
2015-02-26 10:10:46 +00:00
|
|
|
binary name=Share file=icon/place/share.png
|
|
|
|
namespace name=Prompt
|
|
|
|
binary name=Error file=icon/prompt/error.png
|
|
|
|
binary name=Information file=icon/prompt/information.png
|
|
|
|
binary name=Question file=icon/prompt/question.png
|
|
|
|
binary name=Warning file=icon/prompt/warning.png
|