mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 23:29:17 +00:00
revert game-specific hack which broke mp3. see r1805 r1806. change dolphinwx so it's not sized retardedly anymore...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1938 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
015fc11baf
commit
3d2570f53d
2 changed files with 83 additions and 99 deletions
|
@ -239,8 +239,8 @@ bool DolphinApp::OnInit()
|
|||
|
||||
ini.Get("MainWindow", "x", &x, 100);
|
||||
ini.Get("MainWindow", "y", &y, 100);
|
||||
ini.Get("MainWindow", "w", &w, 600);
|
||||
ini.Get("MainWindow", "h", &h, 800);
|
||||
ini.Get("MainWindow", "w", &w, 800);
|
||||
ini.Get("MainWindow", "h", &h, 600);
|
||||
// -------------------
|
||||
if(UseDebugger)
|
||||
{
|
||||
|
@ -250,7 +250,7 @@ bool DolphinApp::OnInit()
|
|||
else
|
||||
{
|
||||
main_frame = new CFrame((wxFrame*) NULL, wxID_ANY, wxString::FromAscii(title),
|
||||
wxPoint(100, 100), wxSize(800, 600));
|
||||
wxPoint(100, 100), wxSize(w, h));
|
||||
}
|
||||
// ------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue