Revision
141 -
Directory Listing
-
[select for diffs]
Modified
Thu Oct 4 22:26:44 2012 UTC
(9 years, 10 months ago)
by
william
Diff to
previous 140
update to version 1.0.0.5:
fixes in 1.0.0.5:
+ correct object in-use exceptions (memory usage will slightly increase)
+ dispose graphics when finished loading controls
+ use thread-locking techniques
Revision
109 -
Directory Listing
-
[select for diffs]
Modified
Thu Aug 23 02:20:19 2012 UTC
(9 years, 11 months ago)
by
william
Diff to
previous 108
PERFORMANCE: PROFILING
When update Controls: only call this.Upate() don't call this.Refresh() and this.Update
This increases performance slightly
Revision
85 -
Directory Listing
-
[select for diffs]
Modified
Tue Jun 19 03:38:40 2012 UTC
(10 years, 2 months ago)
by
william
Diff to
previous 73
reintegrate pctitlelaunching branch:
+ add support for launching standalone games categorized under a specific platform (ie. PC) that does not need to have an emulator launched
Revision
46 -
Directory Listing
-
[select for diffs]
Modified
Fri Apr 6 12:14:21 2012 UTC
(10 years, 4 months ago)
by
william
Diff to
previous 45
+ add support for refreshing emu config options before launching rom, incase the emu's commandline arguments have changed
Revision
33 -
Directory Listing
-
[select for diffs]
Modified
Wed Apr 4 05:58:04 2012 UTC
(10 years, 4 months ago)
by
william
Diff to
previous 32
update config:
+ use config.ini (turn off #define CONFIG_TESTING)
+ exit if invalid and give user notice that something needs to be configured
Revision
26 -
Directory Listing
-
[select for diffs]
Modified
Wed Apr 4 03:37:37 2012 UTC
(10 years, 4 months ago)
by
william
Diff to
previous 25
fix GetRoms() so that GetFiles will work regardless of the searchpattern (i.e. *.* or whatever)
Revision
8 -
Directory Listing
-
[select for diffs]
Modified
Tue Apr 3 20:18:54 2012 UTC
(10 years, 4 months ago)
by
william
Diff to
previous 7
+ add config.ini
+ edit postbuild to copy config.ini to output dir
+ target .net framework 4.0