Skip to content

Commit 6bb4806

Browse files
committed
Updates for fuse-1.5.5 changes
1 parent 7b04fb7 commit 6bb4806

5 files changed

Lines changed: 15 additions & 4 deletions

File tree

0 Bytes
Binary file not shown.

fusepb/FuseHelp/_English.lproj/changelog.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
---
22
title: 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:

fusepb/Info-Fuse.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -599,11 +599,11 @@
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>

fusepb/compat/darwin/paths.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ compat_get_temp_path( void )
4646
}
4747

4848
const 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;

fusepb/models/Emulator.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
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"

0 commit comments

Comments
 (0)