SunJaycy’s PC project turns the canceled Xbox 360 build into a Windows executable with 60 FPS output, controller support, widescreen play, post-FX filters, and online multiplayer.
Developer SunJaycy released GoldenEye Recomp v1.0, a PC recompilation project for the canceled Xbox 360 and Xbox Live Arcade version of GoldenEye 007.

SunJaycy says the project uses static recompilation to convert the original game into C++ with the ReXGlue SDK. Players run the result as a Windows executable, not through an emulator or BIOS layer.
The project targets a narrow technical goal: preserve the behavior of the unreleased Xbox 360 version while replacing the runtime environment around it. SunJaycy supplies menus, hooks, online code, post-processing filters, build files, and configuration. Players must supply their own GoldenEye 007 XBLA game files because the repository contains no game code, textures, audio, or other copyrighted assets.
That choice matters for both engineering and distribution. SunJaycy can publish wrapper code under the Unlicense while leaving rights-controlled game data outside the repository. Players still face a practical barrier because Microsoft and Rare never sold this Xbox 360 version to the public.
Native PC build, modern frame pacing
SunJaycy lists Windows support, controller input, widescreen output, online multiplayer, an in-game settings menu, post-FX filters, and a smooth 60 FPS target as the main features. The 60 FPS claim carries technical weight because GoldenEye 007 began life on Nintendo 64 hardware, where frame rate varied under load and the renderer tied many expectations to console-era timing.

The new project attacks that timing problem through recompilation and GPU pacing fixes. Instead of asking a general emulator to reproduce the Xbox 360 environment, SunJaycy generates a native build and patches the surrounding application layer. That approach can reduce overhead, improve input behavior, and expose PC display settings without rewriting the game from scratch.
Players can open the ESC menu to set video options, resolution, frame limit, fullscreen behavior, and online configuration. The post-FX stack includes brightness, contrast, saturation, vignette, and presets. Those settings match a modern PC port pattern: keep the game logic intact, then expose presentation controls that PC players expect.
Online play adds the bigger architectural change. One player runs the companion GoldenEye-Recomp-Server, shares the server address and port, and other players enter those details in the game’s online menu. SunJaycy says joiners do not need port forwarding because clients connect out to the server.
The build chain favors developers
SunJaycy gives two paths. Players can download the prebuilt release from the project’s GitHub releases page, add their own game files to the assets folder, and run ge.exe. Developers can build from source with CMake 3.25 or newer, MSVC with C++23 support, Python 3, ReXGlue, and the required game files.
The source layout shows the project’s boundaries. SunJaycy keeps application and window glue in ge_app, menu code in ge_menu, assembly-level hook fixes in ge_hooks, and post-processing work in ge_postfx. The ge_manifest.toml and ge_config.toml files drive the recompiler configuration.
That structure also shows why recompilation has become a favored route for some preservation projects. Developers can separate legal wrapper code from protected assets, then let users build a version that runs on current hardware. The method still demands careful reverse engineering, compiler work, and runtime patching.
Market impact sits with preservation, not sales
GoldenEye 007 still carries unusual weight in console history. Rare’s 1997 Nintendo 64 shooter proved that a first-person shooter could work on a living-room console with an analog stick, split-screen multiplayer, and mission design that rewarded replay. Perfect Dark, TimeSplitters, and later console shooters built on the audience that GoldenEye helped create.

The canceled Xbox 360 version occupies a separate place in that history. Microsoft, Nintendo, and rights holders left the remaster unreleased for years, and players relied on leaks, emulation, or the later official re-release on modern platforms. SunJaycy’s project gives PC players another route, but the required game files limit adoption to users who can obtain the unreleased build.
The release also lands during fresh James Bond game activity. IO Interactive’s 007 First Light has renewed interest in Bond games, and Nvidia has used the title in a GeForce RTX 50-series bundle. That timing gives GoldenEye Recomp a bigger audience than a preservation tool would receive in a quiet year.
SunJaycy’s project does not change ownership of GoldenEye 007, and it does not solve access to the canceled XBLA files. It does give developers and preservation fans a clean technical example of static recompilation as a PC port strategy. Players who clear the file requirement get the canceled Xbox 360 build with native Windows execution, modern controls, online play, and a 60 FPS target.

Comments
Please log in or register to join the discussion