This website requires JavaScript.
Explore
Help
Sign In
preserve-emulation
/
ppsspp
Watch
1
Star
0
Fork
0
You've already forked ppsspp
mirror of
https://github.com/hrydgard/ppsspp.git
synced
2026-07-11 09:35:09 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
http-split-headers
ppsspp
/
Windows
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
History
Henrik Rydgård
12aba31f38
Delete the Running slow warning (but keep the one for software rendering)
2025-09-04 10:27:22 +02:00
..
Debugger
Resolve
#20746
by checking addresses harshly in MIPSAnalyst
2025-09-03 20:32:19 +02:00
GEDebugger
If RetroAchievements' "Hardcore mode" is enabled, prevent debugger use
2025-07-09 16:25:24 +02:00
GPU
Rework the shutdown logic in the OpenGL backend. Eliminated race conditions.
2025-08-31 10:57:06 +02:00
W32Util
Launch the display settings window if the notification is clicked
2025-08-21 10:56:12 +02:00
.gitignore
Pass uvScale in as an argument to the vertex decoder
2023-06-12 20:25:18 +02:00
BreakpointSmall.ico
GE Debugger: Add breakpoint icon in state.
2022-02-05 19:27:28 -08:00
BufferLock.h
use ComPtr for misc. things
2025-01-17 18:06:24 +01:00
build_windows.proj
…
build-x64.cmd
…
build-x86.cmd
…
CaptureDevice.cpp
fix compiler warnings
2025-02-22 14:15:15 +01:00
CaptureDevice.h
use ComPtr for misc. things
2025-01-17 18:06:24 +01:00
debugger.txt
…
DebugLog.bat
…
DinputDevice.cpp
Implement initial native DualShock/DualSense support
2025-07-03 09:41:03 +02:00
DinputDevice.h
Collect DInput devices in a meta device
2025-06-28 13:57:04 +02:00
EmuThread.cpp
Fix OpenGL exit hang on Windows
2025-08-31 11:37:05 +02:00
EmuThread.h
…
fix_2017.props
Oops, this was left for debugging.
2019-05-19 16:03:18 +02:00
git-version-gen.cmd
cmake: fix mingw-w64 build
2025-01-10 21:27:12 +01:00
HidInputDevice.cpp
More work on the watch window
2025-08-15 22:36:05 +02:00
HidInputDevice.h
Move the rest of input initialization to the input thread. Speeds up startup.
2025-08-31 20:21:03 +02:00
icon1.ico
…
InfoLog.bat
…
InputBox.cpp
RetroAchievements: Better error messages on login, don't delete the username on failure
2025-06-13 19:09:35 +02:00
InputBox.h
Add break-on-count (with rudimentary UI), break on block transfer
2024-12-17 11:24:07 +01:00
InputDevice.cpp
Move the rest of input initialization to the input thread. Speeds up startup.
2025-08-31 20:21:03 +02:00
InputDevice.h
Avoid sleeping the input thread if we don't have to. Improves latency slightly. Also fix mappings.
2025-07-03 09:41:03 +02:00
main.cpp
Delete the Running slow warning (but keep the one for software rendering)
2025-09-04 10:27:22 +02:00
main.h
Fix shortcut translation so we don't eat Ctrl+C for RAIntegration windows
2024-04-05 22:41:08 +02:00
MainWindow.cpp
Delay initializing the Backend submenu until the last possible moment.
2025-09-01 09:46:33 +02:00
MainWindow.h
Windows: Remove special code for the help menu
2025-09-01 09:34:27 +02:00
MainWindowMenu.cpp
Delay initializing the Backend submenu until the last possible moment.
2025-09-01 09:46:33 +02:00
MainWindowMenu.h
Windows: Remove special code for the help menu
2025-09-01 09:34:27 +02:00
ppsspp_gold.ico
Upload new Gold icon for Windows
2020-01-12 10:11:41 +01:00
ppsspp.ico
…
PPSSPP.manifest
Windows: Mark PPSSPP as long path aware.
2020-01-04 11:15:34 -08:00
ppsspp.rc
Windows: Remove special code for the help menu
2025-09-01 09:34:27 +02:00
PPSSPP.sln
Windows: Remove ARM32 configurations from project files.
2025-06-11 08:55:13 +02:00
PPSSPP.vcxproj
Add websocket testing script
2025-08-26 10:26:35 +02:00
PPSSPP.vcxproj.filters
Add websocket testing script
2025-08-26 10:26:35 +02:00
RawInput.cpp
SDL: Fix bug where the mouse got stuck in relative mode when mapping mouse inputs
2025-07-10 20:29:24 +02:00
RawInput.h
…
README.TXT
…
resource.h
Remove D3D9 support, to make future changes easier
2025-06-10 15:07:16 +02:00
stdafx.cpp
…
stdafx.h
Specify that we're compiling for Windows 7 in CommonWindows.h
2025-01-27 11:37:48 +01:00
stop1.ico
…
TouchInputHandler.cpp
Revert "Get rid of remains of support for non-square screen DPIs"
2025-05-21 21:41:50 +02:00
TouchInputHandler.h
Don't even bother checking touch.id == 0 for closing popup windows. It's fine to close with any touch.
2021-04-17 22:34:35 +02:00
WASAPIContext.cpp
WASAPI: Improve logging and error handling.
2025-07-11 13:53:27 +02:00
WASAPIContext.h
WASAPI: Improve logging and error handling.
2025-07-11 13:53:27 +02:00
WindowsAudio.cpp
Add the new low-latency WASAPI backend. Implement audio device selection on Windows
2025-06-16 22:40:13 +02:00
WindowsAudio.h
More refactoring. Add the AudioBackend interface
2025-06-16 21:55:32 +02:00
WindowsHost.cpp
More refactoring
2025-06-28 14:15:42 +02:00
XinputDevice.cpp
Correctly implement exclusions of DInput devices that are also XInput
2025-05-16 22:39:42 +02:00
XinputDevice.h
Some more XInput cleanup
2023-11-11 11:08:22 +01:00
zipup.cmd
Don't copy the d3dcompiler dll to distributions
2025-06-10 17:06:34 +02:00
README.TXT
Just open the MSVC project file and build.
Reference in New Issue
View Git Blame
Copy Permalink