Lioncash
|
a11ae2cf30
|
CommonFuncs: Remove SLEEP macro
There's already a function in Thread for this.
|
2015-09-04 02:43:38 -04:00 |
shuffle2
|
4218fb4eea
|
Merge pull request #2916 from lioncash/wx
DolphinWX: Minor changes to Main
|
2015-09-03 22:59:29 -07:00 |
shuffle2
|
9a92ff5238
|
Merge pull request #2926 from lioncash/wx-mc
MemcardManager: Remove explicit delete and new
|
2015-09-03 22:58:06 -07:00 |
Shawn Hoffman
|
399083ac8a
|
Drop the old msvcrt files.
|
2015-09-03 06:10:01 -07:00 |
Shawn Hoffman
|
aa7208e270
|
[windows] Update projects to vs2015.
|
2015-09-03 04:23:01 -07:00 |
Scott Mansell
|
368867dba0
|
Merge pull request #2922 from aserna3/SDBlock
Implemented ability to block writes to the SD card
|
2015-08-31 04:51:50 +12:00 |
Anthony Serna
|
0390bd61df
|
Fixed introduced compiler warning in Linux
|
2015-08-29 20:41:59 -07:00 |
Lioncash
|
e0aabc5f6c
|
MemcardManager: Remove trivial explicit delete and new
Also gets rid of pointer casting.
|
2015-08-29 22:46:18 -04:00 |
Lioncash
|
d58550e874
|
MemcardManager: Minor cleanup of header code
|
2015-08-29 05:19:51 -04:00 |
Lioncash
|
0f3e4c50e1
|
MemcardManager: Correct class indentation
|
2015-08-29 05:13:20 -04:00 |
Anthony Serna
|
db7fe9507e
|
Implemented ability to block writes to the SD card
Renamed variable to be more accurate
|
2015-08-28 17:32:29 -07:00 |
Anthony Serna
|
faedf1bc5c
|
Implemented .elf and .dol support in gamelist
Fixed a TON of structuring, formatting.
removed README.txt files from themes at MaJoR's request
Added platform icon for ELFs/DOLs
|
2015-08-28 11:10:03 -07:00 |
Lioncash
|
7fa0ecd046
|
Main: Make the wxLocale class member a unique_ptr
|
2015-08-27 08:36:01 -04:00 |
Lioncash
|
14ae1d23cf
|
Main: Move unofficial build check to its own function
Removes the need to explicitly call exit.
|
2015-08-27 08:35:51 -04:00 |
Lioncash
|
aafae49d24
|
Main: Move commandline parsing handling to appropriate override functions
|
2015-08-27 08:29:53 -04:00 |
Jeffrey Pfau
|
65ee5a1d36
|
DolphinWX: Finish removing bandaid from 704f787
|
2015-08-20 22:39:24 -07:00 |
Lioncash
|
9e9a293a85
|
Frame/TASInputDlg: Remove unused functions
|
2015-08-19 20:36:16 -04:00 |
Dominic Chen
|
09714f86c3
|
Fix some compilation warnings
|
2015-08-19 11:07:54 -04:00 |
Lioncash
|
291f857b0e
|
Merge pull request #2859 from lioncash/netplay
NetPlay: Minor cleanup
|
2015-08-19 04:51:28 -04:00 |
Lioncash
|
761e087e52
|
NetWindow: Remove translation marker from empty string
|
2015-08-17 21:56:52 -04:00 |
Lioncash
|
65adf76698
|
NetWindow: non-ugly way to check for window focus
|
2015-08-17 21:56:51 -04:00 |
Lioncash
|
2b4a249dea
|
NetWindow: Replace old wx event binding types
|
2015-08-17 21:56:50 -04:00 |
Lioncash
|
ca0b9481ea
|
ChangeGameDialog: Internally set the chosen game name
Passing in a reference to an empty string is unnecessary and
overcomplicates design.
|
2015-08-17 21:56:48 -04:00 |
Lioncash
|
af35f38491
|
NetWindow: Minor simplifications
|
2015-08-17 21:56:46 -04:00 |
Lioncash
|
11f3ded296
|
NetPlay: Return mapping arrays and player list vectors directly
Simplifies pad map dialog initialization
|
2015-08-17 21:56:25 -04:00 |
Lioncash
|
a824f6a74c
|
Debugger: Remove unused instance variables
|
2015-08-16 18:30:07 -04:00 |
Lioncash
|
c593bd226c
|
Frame: Remove an unused enum and array
|
2015-08-16 18:24:58 -04:00 |
Lioncash
|
7aa76a84ef
|
DolphinWX: Fix memory leaks occurring in ISOProperties
This would only occur for Wii discs. While the tree data itself would be deleted, the allocated contents of it were not.
|
2015-08-16 05:40:07 -04:00 |
Jeffrey Pfau
|
adf6e46200
|
DolphinWX: Ensure TASInputDlg only gets modified on the main thread
|
2015-08-11 22:05:18 -07:00 |
flacs
|
6f2400ebc0
|
Merge pull request #2807 from aserna3/master
Removed audio shortcut from toolbar
|
2015-08-09 07:55:37 +02:00 |
Ryan Houdek
|
d9037d6c4a
|
Remove perf_dir Dolphin WX option.
Move the option for the directory to the Dolphin.ini
This way more than DolphinWX can take advantage of it.
|
2015-08-07 01:59:29 -05:00 |
Anthony Serna
|
d51267d13c
|
Removed audio shortcut from toolbar
Removed audio.png
|
2015-08-06 22:35:59 -07:00 |
Lioncash
|
bef7af1158
|
CheatSearchTab: Display floating point equivalent results
|
2015-08-06 10:09:12 -04:00 |
Lioncash
|
5882d76a6c
|
CheatSearchTab: Convert wxListBox into a wxListView
Allows us to give the list view columns. This allows removal of monospace font use, as it's now a properly formatted list.
|
2015-08-06 10:09:00 -04:00 |
Tillmann Karras
|
5a05187b3b
|
Fix some warnings
reorder, sign-compare, pessimizing-move
|
2015-08-04 10:58:24 +02:00 |
Scott Mansell
|
8dd9d35689
|
Merge pull request #2653 from AdmiralCurtiss/netplay-video-mode-sync
Netplay: Sync Video Mode settings. (Progressive Scan and PAL60)
|
2015-08-02 12:42:21 +12:00 |
mirrorbender
|
0faba3b018
|
Changed the aspect ratio settings to account for NTSC/PAL pixel aspect ratios and VI scaling.
|
2015-07-31 19:58:02 -04:00 |
Lioncash
|
7ee0e75633
|
Remove unnecessary virtual keywords
|
2015-07-30 10:33:08 -04:00 |
Markus Wick
|
0c4209a0f9
|
Merge pull request #2716 from degasus/jitgeneric
CachedInterpreter: New kind of jit which always fallback to interpreter.
|
2015-07-28 16:37:25 +02:00 |
Ryan Houdek
|
e805e05ff5
|
Merge pull request #2773 from sigmabeta/android_wiimote_main
Android: Add Wiimote support, including configuration UI.
|
2015-07-26 16:54:45 -05:00 |
Jules Blok
|
dfe5ed54a4
|
Merge pull request #2770 from Armada651/modal-hotkeys
FrameTools: Disable hotkeys while a modal dialog is shown.
|
2015-07-25 13:02:13 +02:00 |
Jules Blok
|
fbd5bb815c
|
Merge pull request #2538 from Armada651/thread-revert
Revert "Join the emu thread in Core::Stop. Get rid of Core::Shutdown which did that before."
|
2015-07-25 13:02:04 +02:00 |
Lioncash
|
0babb80652
|
PostProcessingConfigDialog: Remove an unnecessary format call
|
2015-07-23 14:39:05 -04:00 |
Jules Blok
|
8eee13e7af
|
FrameTools: Disable hotkeys while a modal dialog is shown.
|
2015-07-23 09:09:01 +02:00 |
Jules Blok
|
ed50d61287
|
Merge branch 'stable'
|
2015-07-23 08:12:57 +02:00 |
degasus
|
1c9b5efb4c
|
CachedInterpreter: New kind of jit which always fallback to interpreter.
|
2015-07-22 23:19:20 +02:00 |
Jules Blok
|
703b1e8654
|
CFrame: Ignore "Pause on Focus Lost" when not started.
|
2015-07-22 19:31:23 +02:00 |
Markus Wick
|
deef164c7b
|
Merge pull request #2761 from lioncash/unused
DolphinWX: Remove unused code from MemcardManager
|
2015-07-22 09:39:53 +02:00 |
Jules Blok
|
b6c4d5792b
|
Revert "Join the emu thread in Core::Stop. Get rid of Core::Shutdown which did that before."
This reverts commit ba664b3293 .
Added documentation to Core::Shutdown() to prevent breaking changes.
|
2015-07-22 09:15:19 +02:00 |
flacs
|
40162fdfc1
|
Merge pull request #2743 from aserna3/master
Added some warning text about fractional IRs to IR selection description
|
2015-07-22 08:25:05 +02:00 |