summaryrefslogtreecommitdiff
path: root/win32/gui/WndMain.c
Commit message (Collapse)AuthorAgeFilesLines
* Attempt to make gdb server to exit gracefullyXavier Del Campo Romero2020-06-081-2/+1
|
* Added "-gdb" command line argument to start gdb stubXavier Del Campo Romero2020-06-041-0/+6
|
* Implemented port-specific wrappers and logic for gdb stubXavier Del Campo Romero2020-06-041-3/+4
|
* Replaced in-house gdb stub by MIT-licensed implementationXavier Del Campo Romero2020-05-231-1/+0
| | | | Imported from a fork of https://github.com/mborgerson/gdbstub
* Started implementing GDB serverXavier Del Campo Romero2020-05-231-85/+92
|
* Fix missing background ImageiCatButler2018-11-101-2/+2
| | | | | - Remove transparency from pcsxr.bmp - resize window to match new image dimensions
* * Fix file and folder permissionsStelios Tsampas2018-03-191-0/+0
|
* Add support for arbitrary clock multipliersiCatButler2017-03-171-8/+17
| | | | Allows users to set an arbitrary floating point value to multiply CPU clock speed by. Drop box provides access to all the previous presets.
* Fix interpreter bugsiCatButler2016-06-301-0/+1
| | | | | | - Reset CPU on switching between interpret and recompiler - Call wrapped functions even when tests fail - Handle retrieved data overwriting address in load operations
* Imporved CPU integrationiCatButler2016-06-271-3/+44
| | | | | | | | | | | | | | | | | - Change PGXP integration to use wrapper functions - Use modified function lookup tables to call wrappers or default funnctions based on mode - Implement wrappers for interpreter too, recompiler sometimes calls interpreter functions - Add UI elements for selecting CPU modes - Only call precision version of NCLIP in modes where there are not going to be stale vertices in GTE registers - Added support for CP0 co-processor functions - Improve support for CPU functions (still broken in many games) - Improved debug output to show values for inputs before they're modified GPU plugin - Ignore stale vertices (occurs when CPU mode no longer writes to memory) - Add Cyan vertex colouring for stale vertices
* Add checkbox for per-game memory cardsiCatButler2016-05-311-0/+7
|
* Add PGXP configuration dialogiCatButler2016-05-161-0/+53
| | | | - Allows independent toggling of PGXP, vertex caching and texture correction
* Integrate SonofUgly's overclocking mechanismiCatButler2016-05-081-0/+28
| | | | | | https://github.com/SonofUgly/PCSX-Reloaded/commit/3f11d29f31ca02575aeedf073e87ffee933effb0 Integrated with a few small changes.
* Added:Robert Krawczyk2016-04-011-6/+9
| | | | | | | | - per game memory card support (improved version) - save state pictures (F2) - Wipeout MemHack (improved version) Fixed LTCG build and set as default.
* .SND\edgbla_cp2014-11-081-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92215 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Compatibility hack for windows (Solis);SND\edgbla_cp2014-10-301-13/+18
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92017 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* .SND\edgbla_cp2013-12-141-11/+11
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88107 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* * Update po;SND\edgbla_cp2013-08-271-0/+1
| | | | | | | * Add Hungarian locale to list for Windows; git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87004 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* .SND\edgbla_cp2013-08-271-2/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86959 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* CPU -> Save window position (windows);SND\edgbla_cp2013-08-271-2/+25
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86958 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* .SND\edgbla_cp2013-08-271-12/+10
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86955 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* WIN32: enable mouse cursor on GUI always. Also CDR plugin is not mandatory ↵SND\ckain_cp2013-07-251-3/+4
| | | | | | so no complaining about it. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86240 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* CPU -> Hide cursor. (Windows);SND\edgbla_cp2013-03-011-10/+24
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83295 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* link cable plugin for Windows;SND\edgbla_cp2013-02-241-0/+13
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83125 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* sio;SND\edgbla_cp2013-02-141-2/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82898 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* add more extensions to file selectorsSND\notaz_cp2013-01-081-2/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82102 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Unix style EOL (thanks to darktjm);SND\edgbla_cp2012-11-181-1935/+1935
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81299 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patch 12659 (dokuganryu);SND\edgbla_cp2012-08-021-38/+58
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@79284 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Configuration->CPU->Widescreen (16:9, GTE Hack).SND\edgbla_cp2012-05-201-0/+3
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@78188 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Updated Free Software Foundation address (Jem256).SND\dario86_cp2012-02-191-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@75156 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@67807 ↵SND\edgbla_cp2011-06-131-2/+2
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Rebranding.SND\edgbla_cp2011-06-081-19/+19
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@67621 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* win gui 100% cpu usage fix (shalma).SND\edgbla_cp2011-05-311-0/+5
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@67214 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* SlowBoot.SND\edgbla_cp2011-03-081-0/+3
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@64324 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* -gui: allow using "pcsx -cdfile XXX.iso" without -nogui.SND\weimingzhi_cp2011-02-181-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@63524 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* -(SysBeep)Added Mac OS X port of P.E.Op.S OpenGL plugin. (Patch #8361)SND\weimingzhi_cp2011-02-181-0/+1
| | | | | | | -Fixed help message for Windows. (Issue #8028). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@63522 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* - Added -slowboot parameter.SND\weimingzhi_cp2011-01-121-0/+2
| | | | | | | | | - Load SBI file from patches/SLUS_xxx.xx.sbi instead. - Inlined the I-cache code for performance improvement. - Fixed endianness issue (not tested). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62024 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* wndmain.c, lnxmain.c, gtk2gui.c, emuthread.mSND\shalma_cp2010-12-111-5/+20
| | | | | | | | | - Patch 7713 - (dario86) Detect PAL demos (SCED) - (dario86) Fix PAL auto-detection with root counter init git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61080 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@59441 ↵SND\edgbla_cp2010-11-111-5/+6
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56209 ↵SND\weimingzhi_cp2010-08-191-9/+14
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* win32: handle filename in commandline properly.SND\weimingzhi_cp2010-08-191-4/+7
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56208 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* win32: added commandline support.SND\weimingzhi_cp2010-08-141-1/+67
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56094 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfxvideo: Readded windows support.SND\weimingzhi_cp2010-08-131-19/+10
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56047 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* win32: increased number of savestate slots.SND\weimingzhi_cp2010-08-121-7/+25
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56025 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@50872 ↵SND\weimingzhi_cp2010-06-041-2/+2
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48868 ↵SND\weimingzhi_cp2010-05-251-1/+2
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48638 ↵SND\weimingzhi_cp2010-05-241-1/+1
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Also show Japanese titles for Windows, use UTF-8 for translations under ↵SND\weimingzhi_cp2010-05-241-2/+9
| | | | | | Windows (Trad. Chinese or Russian are shown properly under Simp. Chinese OS now). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48637 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* windowsSND\weimingzhi_cp2010-05-121-8/+7
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47871 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47756 ↵SND\weimingzhi_cp2010-05-101-1/+1
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97