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
61850f34
Commit
61850f34
authored
May 18, 2010
by
Mustafa 'GnoStiC' TUFAN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor fixes
parent
c566c09a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
sdlgfx.c
src/gfx-sdl/sdlgfx.c
+2
-2
xwin.c
src/gfx-x11/xwin.c
+1
-1
memory.c
src/memory.c
+1
-1
No files found.
src/gfx-sdl/sdlgfx.c
View file @
61850f34
...
...
@@ -1956,7 +1956,7 @@ static const char *get_mouse_friendlyname (unsigned int mouse)
}
static
const
char
*
get_mouse_uniquename
(
unsigned
int
mouse
)
{
return
"
"
;
return
"
DEFMOUSE1
"
;
}
static
unsigned
int
get_mouse_widget_num
(
unsigned
int
mouse
)
...
...
@@ -2023,7 +2023,7 @@ static const char *get_kb_friendlyname (unsigned int kb)
}
static
const
char
*
get_kb_uniquename
(
unsigned
int
kb
)
{
return
"
"
;
return
"
DEFKEYB1
"
;
}
static
unsigned
int
get_kb_widget_num
(
unsigned
int
kb
)
...
...
src/gfx-x11/xwin.c
View file @
61850f34
...
...
@@ -1652,7 +1652,7 @@ static const char *get_kb_friendlyname (unsigned int kb)
static
const
char
*
get_kb_uniquename
(
unsigned
int
kb
)
{
return
"
"
;
return
"
DEFKEYB1
"
;
}
static
unsigned
int
get_kb_widget_num
(
unsigned
int
kb
)
...
...
src/memory.c
View file @
61850f34
...
...
@@ -2657,7 +2657,7 @@ void memory_cleanup (void)
mapped_free
(
a3000lmemory
);
if
(
a3000hmemory
)
mapped_free
(
a3000hmemory
);
if
(
bogomemory
)
if
(
bogomemory
_allocated
)
mapped_free
(
bogomemory
);
if
(
kickmemory
)
mapped_free
(
kickmemory
);
...
...
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