File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22title : What's New In Fuse?
3- description : This section describes the changes for version 1.5.4 of the Fuse emulator.
3+ description : This section describes the changes for version 1.5.5 of the Fuse emulator.
44---
55
6+ ## What's new in Fuse for macOS 1.5.5
7+
8+ ### Emulation core improvements:
9+ * Improve sound accuracy on Unix 64 bits systems (thanks, Fredrick Meunier) (Sergio Baldoví).
10+
11+ ### Miscellaneous improvements:
12+ * Allow the use of real joystick hats/dpads (thanks, Sarah) (Fredrick Meunier).
13+
14+ ### Various other minor bugfixes.
15+
616## What's new in Fuse for macOS 1.5.4
717
818### Miscellaneous improvements:
Original file line number Diff line number Diff line change 599599 <key >CFBundlePackageType </key >
600600 <string >APPL </string >
601601 <key >CFBundleShortVersionString </key >
602- <string >1.5.4 </string >
602+ <string >1.5.5 </string >
603603 <key >CFBundleSignature </key >
604604 <string >FUSE </string >
605605 <key >CFBundleVersion </key >
606- <string >1.5.4 </string >
606+ <string >1.5.5 </string >
607607 <key >NSMainNibFile </key >
608608 <string >MainMenu </string >
609609 <key >NSPrincipalClass </key >
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ compat_get_temp_path( void )
4646}
4747
4848const char *
49- compat_get_home_path ( void )
49+ compat_get_config_path ( void )
5050{
5151 const char * dir ;
5252 dir = getenv ( "HOME" ); if ( dir ) return dir ;
Original file line number Diff line number Diff line change 5050#include " snapshot.h"
5151#include " spectrum.h"
5252#include " tape.h"
53+ #include " timer.h"
5354#include " phantom_typist.h"
5455#include " ui/cocoa/cocoascreenshot.h"
5556#include " ui/ui.h"
You can’t perform that action at this time.
0 commit comments