Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
PUAE
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PocketInsanity
PUAE
Commits
13fcdca5
Commit
13fcdca5
authored
May 14, 2011
by
CeRiAl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MACOSX: Fixed compilation for MacOS X 10.5 PowerPC (still only works without --optimized-flags)
parent
f18dcf46
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
build_macos_cocoa.sh
build_macos_cocoa.sh
+1
-1
cocoaui.m
src/gui-cocoa/cocoaui.m
+2
-2
No files found.
build_macos_cocoa.sh
View file @
13fcdca5
...
...
@@ -4,7 +4,7 @@
#
#
#
base
=
" --with-sdl --with-sdl-gl --with-sdl-gfx --with-sdl-sound --enable-drvsnd "
base
=
" --with
out-x --with
-sdl --with-sdl-gl --with-sdl-gfx --with-sdl-sound --enable-drvsnd "
cd32
=
" --enable-cd32 "
a600
=
" --enable-gayle "
scsi
=
" --enable-scsi-device --enable-ncr --enable-a2091 "
...
...
src/gui-cocoa/cocoaui.m
View file @
13fcdca5
...
...
@@ -901,8 +901,8 @@ static BOOL wasFullscreen = NO; // used by ensureNotFullscreen() and restoreFull
#ifdef JIT
if
(
tag
==
10
)
{
if
(
changed_prefs
.
fpu_strict
)
[
menuItem
setState
:
NSOnState
];
else
[
menuItem
setState
:
NSOffState
];
/*
if (changed_prefs.fpu_strict) [menuItem setState:NSOnState];
else
*/
[
menuItem
setState
:
NSOffState
];
}
#endif
...
...
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