Log of /branches/mono/.vs/EmuXPortal/xs/UserPrefs.xml
Parent Directory
|
Revision Log
Revision
535 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Dec 4 15:06:41 2020 UTC
(17 months, 1 week ago)
by
william
File length: 3217 byte(s)
Diff to
previous 528
(
colored)
+ update emuxportal config:
** must use Debug/X86 configuration because
there is a problem with the output path not being
set under Release/X86 -- even though it is set.
The issue seems to be bug.
Revision
520 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 26 02:04:38 2020 UTC
(17 months, 2 weeks ago)
by
william
File length: 4403 byte(s)
Diff to
previous 516
(
colored)
fix issue with removing a rom from favorites -- either from favorites platform, or another by presseing CTRL+F on the selected rom
Revision
465 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sun Dec 22 06:25:49 2019 UTC
(2 years, 4 months ago)
by
william
File length: 3003 byte(s)
Diff to
previous 463
(
colored)
+ update emuxportal to disable input queue processing when
a rom is launched and to re-enable it when the rom exits.
** this ensures that inputs (from a gamepad) don't fire
while the main program is not active.
Revision
461 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Oct 22 02:12:07 2019 UTC
(2 years, 6 months ago)
by
william
File length: 3632 byte(s)
Diff to
previous 460
(
colored)
+ fix plugin:input-xbox360 to handle reading buttons, dpad, and triggers
+ update deps/miguel28-SDLJoystick/JoytickInterop.cs
** joystick positions were hardcoded as integer values for each of the possible directions.
This was incorrect, as SDL_JoystickGetHat returns a integer
composed of binary bits to represent UP (1), RIGHT (2), DOWN (4), and LEFT (8)
The positions: LEFT/UP, RIGHT/UP, etc are just combinations of these flags.
This was fixed by decorating the enum:JoystickHatPositions with [Flags] and
removing the LEFT/UP, RIGHT/UP, etc
Revision
391 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon May 6 01:31:22 2019 UTC
(3 years ago)
by
william
File length: 4317 byte(s)
Diff to
previous 388
(
colored)
fix issue with parameter replacements where extra double-quotes where inserted when obtaining replaceable emulater options (IE: %ROM_FILE%, %ROM_PATH%)
Revision
385 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu May 2 05:15:37 2019 UTC
(3 years ago)
by
william
File length: 2982 byte(s)
Diff to
previous 383
(
colored)
+ another update to how favorite roms are handled:
** when chosing a rom on a platform (other than Favorites)
pressing CTRL+F will favorite that rom (as it always has).
The difference is that pressing CTRL+F after favoriting the
rom will not unfavorite it unless it is done on the favorites list.
In other words, to remove a favorited rom, it must be done
from the Favorites platform (from the root/main menu).
Revision
383 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu May 2 04:43:31 2019 UTC
(3 years ago)
by
william
File length: 3088 byte(s)
Diff to
previous 380
(
colored)
+ update how favorited roms are handled:
** when the roms are displayed they are sorted by rom title
** when the roms are saved they get sorted by date added, and
the newest rom will be at the bottom of the list
+ fix a sharing violation that would occur when attempting to
copy a rom to a local path, if that rom already existed, and
its image was loaded from the local path.
Basically, if the rom had an image it attempted to overwrite
the image file while the program had an open handle to the
image in the local path. (hence: sharing violation)
** this was fixed by creating a bitmap from the source file
and not maintaining an open-handle to the file.
Revision
377 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Added
Thu May 2 03:09:26 2019 UTC
(3 years ago)
by
william
File length: 3006 byte(s)
update emuxportal -- fix empty rom image path errors when copying a rom to local when it has no rom image
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.