summaryrefslogtreecommitdiff
path: root/win32/gui
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-102-2/+2
| | | | | - Remove transparency from pcsxr.bmp - resize window to match new image dimensions
* * Fix file and folder permissionsStelios Tsampas2018-03-1911-0/+0
|
* * Remove autotools build system.Stelios Tsampas2018-01-121-0/+0
|
* Add support for arbitrary clock multipliersiCatButler2017-03-172-10/+19
| | | | 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-272-3/+46
| | | | | | | | | | | | | | | | | - 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
* Initial PGXP CPU commitiCatButler2016-06-071-1/+1
| | | | | | | | | | - Restructured project to base interface on PSX instructions - Support for all relevant CPU arithmetic and logic instructions - Debug output available via deferred PGXP calls - Remove most dependencies on PCSXR - Still very much a work in progress (lots of errors) - Add extra debug information to GPU plugin (w values)
* Add checkbox for per-game memory cardsiCatButler2016-05-311-0/+7
|
* Add PGXP configuration dialogiCatButler2016-05-163-0/+63
| | | | - Allows independent toggling of PGXP, vertex caching and texture correction
* Add PGXP visual debug modeiCatButler2016-05-101-0/+4
| | | | | | | Toggles using F11 Red = low precision Blue = high precision Yellow = Sprite
* Integrate SonofUgly's overclocking mechanismiCatButler2016-05-082-0/+33
| | | | | | https://github.com/SonofUgly/PCSX-Reloaded/commit/3f11d29f31ca02575aeedf073e87ffee933effb0 Integrated with a few small changes.
* Fix load state bugiCatButler2016-04-011-0/+2
| | | | | | In some games PGSX memory pointer was not being set after saved states were reloaded, causing the GPU plugin to fall back on fixed point values. Ensure that PGSX memory pointer in GPU plugin is always set upon initialisation.
* Added:Robert Krawczyk2016-04-013-157/+194
| | | | | | | | - 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-302-13/+20
| | | | 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-272-5/+34
| | | | 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-252-8/+10
| | | | | | so no complaining about it. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86240 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Win32: CDR plugin is not mandatory to have since there is build-in ISO support.SND\ckain_cp2013-05-171-2/+5
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@84773 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* CPU -> Hide cursor. (Windows);SND\edgbla_cp2013-03-013-11/+29
| | | | 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-243-2/+62
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83125 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* ...SND\edgbla_cp2013-02-141-3/+18
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82903 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* sio;SND\edgbla_cp2013-02-143-6/+6
| | | | 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-1810-4152/+4152
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81299 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patch 12659 (dokuganryu);SND\edgbla_cp2012-08-022-38/+59
| | | | 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-202-0/+5
| | | | 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-198-8/+8
| | | | 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@72730 ↵SND\edgbla_cp2011-11-301-1/+0
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Patch 9522 (Sebun).SND\edgbla_cp2011-06-211-76/+76
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@68029 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@67807 ↵SND\edgbla_cp2011-06-134-2/+2
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Rebranding.SND\edgbla_cp2011-06-087-42/+42
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@67621 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@67260 ↵SND\edgbla_cp2011-06-011-1/+1
| | | | 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
* Temporarily reverted r64524 until I (or someone else) find the time to sort ↵SND\weimingzhi_cp2011-03-131-358/+360
| | | | | | out the stuff. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@64536 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Commited patch in issue #8171 (by darktjm).SND\dario86_cp2011-03-121-360/+358
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@64524 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* SlowBoot.SND\edgbla_cp2011-03-082-0/+5
| | | | 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
* Gun sight interface.SND\edgbla_cp2011-01-031-0/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61728 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Visual vibration interface.SND\edgbla_cp2011-01-021-0/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61703 e17a0e51-4ae3-4d35-97c3-1a29b211df97